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