Interface common to the Common Dialog. More...
Public Member Functions | |
void | Open () |
Opens the Common Dialog. | |
void | Abort () |
Aborts the Common Dialog. | |
Properties | |
CommonDialogState | State [get] |
Common Dialog state. | |
CommonDialogResult | Result [get] |
Operational result of the Common Dialog. |
Interface common to the Common Dialog.
void Abort | ( | ) |
Aborts the Common Dialog.
Calling only in the main thread is possible.
Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.
void Open | ( | ) |
Opens the Common Dialog.
Calling only in the main thread is possible.
Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.
CommonDialogResult Result [get] |
Operational result of the Common Dialog.
Obtaining only in the main thread is possible.
Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.
CommonDialogState State [get] |
Common Dialog state.
Obtaining only in the main thread is possible.
Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.