isCancelButtonVisible method of the UISettings interface
Checks if the cancel button, that closes the view, is visible.
@MainThread
boolean isCancelButtonVisible();
Return values
Returns true if the button is visible and false otherwise.
3/2/2022 12:59:15 PM