Android.OS.DropBoxManager: Method Members

The methods 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 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.