This repository was archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Dialog Properties
Angad Singh edited this page Aug 12, 2016
·
18 revisions
The DialogProperties class define properties of the Dialog. Various actions like selection, filtering are performed upon these Properties.
| Public constructors |
|---|
DialogProperties() Creates a DialogProperties reference which is a wrapper for all Properties of Dialog. |
| Public Variables | |
|---|---|
selection_mode |
int: Selection Mode defines whether a single of multiple Files/Directories have to be selected. |
selection_type |
int: Selection Type defines whether a File/Directory or both of these has to be selected. |
root |
File: The Parent/Root Directory. List of Files are populated from here. Can be set to any readable directory. |
error_dir |
File: The Directory is used when Root Directory is not readable or accessible. /sdcard is the default location. |
extensions |
String[]: An Array of String containing extensions, Files with only that will be shown. Others will be ignored. |
###DialogProperties