setAutoCaptureButtonVisible method of the UISettings interface
Shows or hides the button for automatic capture.
@MainThread
void setAutoCaptureButtonVisible( boolean isVisible );
Parameters
- isVisible
- This parameter defines if the button should be visible. Set true to set the button visible and false otherwise.
02.03.2022 12:59:15