Android.OS.Storage.StorageManager Members

The members of Android.OS.Storage.StorageManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

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.