Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
CancelableOptions
CancelableOptions
interface CancelableOptions {
  cancelable: boolean;
  theme: number;
}Provides options for the dialog.
Summary 
Properties
Properties 
cancelable 
[Android only] Gets or sets if the dialog can be canceled by taping outside of the dialog.
theme 
[Android only] Sets the theme of the Dialog. Usable themes can be found: https://developer.android.com/reference/android/R.style
- Previous
 - BindingOptions
 - Next
 - ChangedData