CustomAlertViewDialogue icon indicating copy to clipboard operation
CustomAlertViewDialogue copied to clipboard

Hide CustomAlertDialog

Open Siletskiy opened this issue 3 years ago • 1 comments

Hello, thank you, you have a very cool library. I wanted to ask how can I programmatically hide the diolog. Are there methods similar to dialog.dismiss (), dialog.cancelable ()?

Siletskiy avatar Jul 26 '21 07:07 Siletskiy

Hooray I found the answer to this question alert.setCancelable(true); alert.setAutoHide(true);

Siletskiy avatar Jul 26 '21 07:07 Siletskiy