Android.OS.Storage.StorageManager: Method Members

The methods of Android.OS.Storage.StorageManager are listed below. For a list of all members, see the StorageManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
FromContext(Android.Content.Context) : StorageManager
Documentation for this section has not yet been entered.
GetMountedObbPath(string) : string
Check the mounted path of an Opaque Binary Blob (OBB) file.
IsObbMounted(string) : bool
Check whether an Opaque Binary Blob (OBB) is mounted or not.
MountObb(string, string, OnObbStateChangeListener) : bool
Mount an Opaque Binary Blob (OBB) file.
UnmountObb(string, bool, OnObbStateChangeListener) : bool
Unmount an Opaque Binary Blob (OBB) file asynchronously.