OnObbStateChangeListener.Mounted Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.Storage.ObbState enum directly instead of this field.

The OBB container is now mounted and ready for use.

[Android.Runtime.Register("MOUNTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.ObbState enum directly instead of this field.", true)]
public const Android.OS.Storage.ObbState Mounted = 1;
[<Android.Runtime.Register("MOUNTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.ObbState enum directly instead of this field.", true)>]
val mutable Mounted : Android.OS.Storage.ObbState

Field Value

Value = 1
Attributes

Remarks

The OBB container is now mounted and ready for use. Returned in status messages from calls made via StorageManager

Java documentation for android.os.storage.OnObbStateChangeListener.MOUNTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to