The members of Android.OS.DropBoxManager are listed below.
See Also: Inherited members from Java.Lang.Object
Create a dummy instance for testing. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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). |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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)Documentation for this section has not yet been entered. | |
GetNextEntry(string, long)Gets the next entry from the drop box after the specified time. | ||
IsTagEnabled(string)Checks any blacklists (set in system settings) to see whether a certain tag is allowed. |