Set a background dim on the dialog.
Set whether the background dim is enabled or not.
Set a button.
Which button to set.
A text to display in the button.
True if this view is enabled, false otherwise.
A OnClickListener to be invoked when this button is pressed.
Set a button.
Which button to set.
A OnClickListener to be invoked when this button is pressed.
Sets whether this dialog is canceled when touched outside the dialog's bounds. If user close a dialog via touched outside the dialog's bounds, then OnCancelListener will be called.
Whether the dialog should be canceled when touched outside the dialog's bounds.
Sets a close button in the dialog. The button is shown at top right corner in the dialog. If user close a dialog via this button, then OnCancelListener will be called.
Set whether the close button is enabled or not.
Set the content view for this dialog.
A view to display in the custom content view area.
Set the detail message for this dialog.
A text to display in the detail content.
Set as collapsible a detail message view.
Set as expand a detail message view. It works when you set {@link collapsible} as true.
Set the emphasis message for this dialog.
A text to display in the content.
Set an icon type. Available icon types are:
Type of an icon.
Set the message for this dialog.
A text to display in the content.
Sets a listener to be invoked when the dialog is canceled.
The OnCancelListener to use.
Sets a listener to be invoked when the dialog is dismissed.
The OnDismissListener to use.
Sets a listener to be invoked when the dialog is shown.
The OnShowListener to use.
Set the secondary message for this dialog.
A text to display in the content.
Set the title text for this dialog.
A text to display in the title.
Set the title view for this dialog.
A view to display in the custom title view area.
Generated using TypeDoc
A class to build a dialog.
1