-
Notifications
You must be signed in to change notification settings - Fork 139
Dialog Configs
DialogConfigs is the helper class that keeps Default/Supported Configurations of Dialog.
Constants | Description |
---|---|
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 All directories are initialized with this value. It is the root mount point of the all internal and external memories. |
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.
Constant Value: 0
int MULTI_MODE
It specifies that multiple Files/Directories has to be selected from the list of Files/Directories.
Constant Value: 1
int FILE_SELECT
It specifies that from list of Files/Directories a File has to be selected. It is the default Selection Type.
Constant Value: 0
int DIR_SELECT
It specifies that from list of Files/Directories a Directory has to be selected.
Constant Value: 1
int FILE_AND_DIR_SELECT
It specifies that from list of Files/Directories both can be selected.
Constant Value: 2
String DEFAULT_DIR
All directories are initialized with this value. It is the root mount point of the all internal and external memories.
Constant Value: "/mnt"