Hierarchy

  • DialogAndroidProps

Properties

themeStyle: DialogStyle

Sets the theme style of dialog.

Property

Android

Since

3.0.2

isTransparent: boolean

Sets whether the dialog is full transparent. This property must be given in constructor function. If UI.StatusBar statusBar is visible, the dialog is drawn under status bar.

Property

Android

Since

3.2.0

cancelable: boolean

Sets whether this dialog is cancelable with the Application#onBackButtonPressed BACK key.

Property

Android

Since

4.0.2

Generated using TypeDoc