Android.OS.DropBoxManager Members

The members of Android.OS.DropBoxManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Create a dummy instance for testing.
A constructor used when creating managed representations of JNI objects; called by the runtime.

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).

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddData(string, byte[], DropBoxManagerFlags)
Stores binary data, which may be ignored or discarded as with DropBoxManager.AddText(string, System.String).
AddFile(string, Java.IO.File, DropBoxManagerFlags)
Stores the contents of a file, which may be ignored or discarded as with DropBoxManager.AddText(string, System.String).
AddText(string, string)
Stores human-readable text.
static
FromContext(Android.Content.Context) : DropBoxManager
Documentation for this section has not yet been entered.
GetNextEntry(string, long) : DropBoxManager.Entry
Gets the next entry from the drop box after the specified time.
IsTagEnabled(string) : bool
Checks any blacklists (set in system settings) to see whether a certain tag is allowed.