showInfoTip method of the CaptureView class
Displays the specified string tip during a time period.
@MainThread
void showInfoTip(
String tip,
long duration
);
Parameters
- tip
- The text of a tip.
- duration
- How long the tip will be shown (in milliseconds).
3/2/2022 12:59:15 PM