Table of Contents

Class MbmsErrors.GeneralErrors

Namespace
Android.Telephony.Mbms
Assembly
MASES.Netdroid.dll
public class MbmsErrors.GeneralErrors : JVMBridgeBase<MbmsErrors.GeneralErrors>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<MbmsErrors.GeneralErrors>
MbmsErrors.GeneralErrors
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<MbmsErrors.GeneralErrors>.IsAssignableFrom(IJavaType)
JVMBridgeBase<MbmsErrors.GeneralErrors>.IsAssignableFrom<T>()
JVMBridgeBase<MbmsErrors.GeneralErrors>.Execute<T>(params T[])
JVMBridgeBase<MbmsErrors.GeneralErrors>.DynBridgeClazz
JVMBridgeBase<MbmsErrors.GeneralErrors>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

GeneralErrors()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public GeneralErrors()

GeneralErrors(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public GeneralErrors(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ERROR_CARRIER_CHANGE_NOT_ALLOWED

public static int ERROR_CARRIER_CHANGE_NOT_ALLOWED { get; }

Property Value

int

ERROR_IN_E911

public static int ERROR_IN_E911 { get; }

Property Value

int

ERROR_MIDDLEWARE_NOT_YET_READY

public static int ERROR_MIDDLEWARE_NOT_YET_READY { get; }

Property Value

int

ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE

public static int ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE { get; }

Property Value

int

ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE

public static int ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE { get; }

Property Value

int

ERROR_OUT_OF_MEMORY

public static int ERROR_OUT_OF_MEMORY { get; }

Property Value

int

ERROR_UNABLE_TO_READ_SIM

public static int ERROR_UNABLE_TO_READ_SIM { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool