The fields of Android.OS.DropBoxManager are listed below. For a list of all members, see the DropBoxManager Members list.
See Also: Inherited members from Java.Lang.Object
const | ActionDropboxEntryAdded | string. Broadcast Action: This is broadcast when a new entry is added in the dropbox. |
const | ExtraTag | string. Extra for DropBoxManager.ActionDropboxEntryAdded: string containing the dropbox tag. |
const | ExtraTime | string. Extra for DropBoxManager.ActionDropboxEntryAdded: long integer value containing time (in milliseconds since January 1, 1970 00:00:00 UTC) when the entry was created. |
const | IsEmpty | DropBoxManagerFlags (1). Flag value: Entry's content was deleted to save space. |
const | IsGzipped | DropBoxManagerFlags (4). Flag value: Content can be decompressed with Java.Util.Zip.GZIPOutputStream. |
const | IsText | DropBoxManagerFlags (2). Flag value: Content is human-readable UTF-8 text (can be combined with IS_GZIPPED). |