OnObbStateChangeListener.OnObbStateChange(String, ObbState) Method

Definition

Called when an OBB has changed states.

[Android.Runtime.Register("onObbStateChange", "(Ljava/lang/String;I)V", "GetOnObbStateChange_Ljava_lang_String_IHandler")]
public virtual void OnObbStateChange (string? path, Android.OS.Storage.ObbState state);
[<Android.Runtime.Register("onObbStateChange", "(Ljava/lang/String;I)V", "GetOnObbStateChange_Ljava_lang_String_IHandler")>]
abstract member OnObbStateChange : string * Android.OS.Storage.ObbState -> unit
override this.OnObbStateChange : string * Android.OS.Storage.ObbState -> unit

Parameters

path
String

path to the OBB file the state change has happened on

state
ObbState

the current state of the OBB

Attributes

Remarks

Called when an OBB has changed states.

Java documentation for android.os.storage.OnObbStateChangeListener.onObbStateChange(java.lang.String, int).

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