Interfaces
CancelableOptions
CancelableOptions
interfaceCancelableOptions {
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
On this page