CustomAlertViewDialogue
CustomAlertViewDialogue copied to clipboard
Hide CustomAlertDialog
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 ()?
Hooray I found the answer to this question alert.setCancelable(true); alert.setAutoHide(true);