This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 140
Dialog Configs
Angad Singh edited this page Aug 14, 2016
·
11 revisions
DialogConfigs is the helper class for setting properties of Dialog.
Constants | |
---|---|
int |
SINGLE_MODE It specifies that a single File/Directory has to be selected from the list of Files/Directories. It is the default Selection Mode. |
int |
MULTI_MODE It specifies that multiple Files/Directories has to be selected from the list of Files/Directories. |
int |
FILE_SELECT It specifies that from list of Files/Directories a File has to be selected. It is the default Selection Type. |
int |
DIR_SELECT It specifies that from list of Files/Directories a Directory has to be selected. |
int |
FILE_AND_DIR_SELECT It specifies that from list of Files/Directories both can be selected. |
String |
DEFAULT_DIR It is the default mount point of the SDCARD. It is the default mount point. |
###SINGLE_MODE
It specifies that a single File/Directory has to be selected from the list of Files/Directories. It is the default Selection Mode.
###MULTI_MODE
It specifies that multiple Files/Directories has to be selected from the list of Files/Directories.
###FILE_SELECT
It specifies that from list of Files/Directories a File has to be selected. It is the default Selection Type.
###DIR_SELECT
It specifies that from list of Files/Directories a Directory has to be selected.
###FILE_AND_DIR_SELECT
It specifies that from list of Files/Directories both can be selected.
###DEFAULT_DIR It is the default mount point of the SDCARD. It is the default mount point.