Class OnObbStateChangeListener
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ERROR_ALREADY_MOUNTED
public static int ERROR_ALREADY_MOUNTED { get; set; }
Property Value
ERROR_COULD_NOT_MOUNT
public static int ERROR_COULD_NOT_MOUNT { get; set; }
Property Value
ERROR_COULD_NOT_UNMOUNT
public static int ERROR_COULD_NOT_UNMOUNT { get; set; }
Property Value
ERROR_INTERNAL
public static int ERROR_INTERNAL { get; set; }
Property Value
ERROR_NOT_MOUNTED
public static int ERROR_NOT_MOUNTED { get; set; }
Property Value
ERROR_PERMISSION_DENIED
public static int ERROR_PERMISSION_DENIED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MOUNTED
public static int MOUNTED { get; set; }
Property Value
UNMOUNTED
public static int UNMOUNTED { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for OnObbStateChangeListener()
public static OnObbStateChangeListener CreatePoolableInstance()
Returns
OnObbStateChange(String, int)
public void OnObbStateChange(String arg0, int arg1)