setCancelButtonVisible method of the UISettings interface
Shows or hides the cancel button, that closes the view.
@MainThread
void setCancelButtonVisible( 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