How do I programmatically close an alert dailog if specific event has occurred...for example...alert dailog must close itself when a new message is received... Please help
How do I programmatically close an alert dailog on event occurrance
73 views Asked by AudioBubble At
1
All Dialogs will implement
dismiss()
andcancel()
via theDialogInterface
.