Android.OS.Storage.OnObbStateChangeListener Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

Public Fields

const
ErrorAlreadyMountedObbError (24). The OBB has already been mounted.
const
ErrorCouldNotMountObbError (21). The OBB could not be mounted by the system.
const
ErrorCouldNotUnmountObbError (22). The OBB could not be unmounted.
const
ErrorInternalObbError (20). There was an internal system error encountered while trying to mount the OBB.
const
ErrorNotMountedObbError (23). A call was made to unmount the OBB when it was not mounted.
const
ErrorPermissionDeniedObbError (25). The current application does not have permission to use this OBB.
const
MountedObbState (1). The OBB container is now mounted and ready for use.
const
UnmountedObbState (2). The OBB container is now unmounted and not usable.

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

OnObbStateChange(string, ObbState)
Called when an OBB has changed states.