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