Android.OS.DropBoxManager: Field Members

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

Public Fields

const
ActionDropboxEntryAddedstring. Broadcast Action: This is broadcast when a new entry is added in the dropbox.
const
ExtraTagstring. Extra for DropBoxManager.ActionDropboxEntryAdded: string containing the dropbox tag.
const
ExtraTimestring. 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
IsEmptyDropBoxManagerFlags (1). Flag value: Entry's content was deleted to save space.
const
IsGzippedDropBoxManagerFlags (4). Flag value: Content can be decompressed with Java.Util.Zip.GZIPOutputStream.
const
IsTextDropBoxManagerFlags (2). Flag value: Content is human-readable UTF-8 text (can be combined with IS_GZIPPED).