Table of Contents

Class OnObbStateChangeListener

Namespace
Android.Os.Storage
Assembly
MASES.Netdroid.dll
public class OnObbStateChangeListener : JVMBridgeBase<OnObbStateChangeListener>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
OnObbStateChangeListener
Implements
Extension Methods

Constructors

OnObbStateChangeListener()

public OnObbStateChangeListener()

OnObbStateChangeListener(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public OnObbStateChangeListener(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ERROR_ALREADY_MOUNTED

public static int ERROR_ALREADY_MOUNTED { get; set; }

Property Value

int

ERROR_COULD_NOT_MOUNT

public static int ERROR_COULD_NOT_MOUNT { get; set; }

Property Value

int

ERROR_COULD_NOT_UNMOUNT

public static int ERROR_COULD_NOT_UNMOUNT { get; set; }

Property Value

int

ERROR_INTERNAL

public static int ERROR_INTERNAL { get; set; }

Property Value

int

ERROR_NOT_MOUNTED

public static int ERROR_NOT_MOUNTED { get; set; }

Property Value

int

ERROR_PERMISSION_DENIED

public static int ERROR_PERMISSION_DENIED { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MOUNTED

public static int MOUNTED { get; set; }

Property Value

int

UNMOUNTED

public static int UNMOUNTED { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for OnObbStateChangeListener()

public static OnObbStateChangeListener CreatePoolableInstance()

Returns

OnObbStateChangeListener

OnObbStateChange(String, int)

public void OnObbStateChange(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int