Class ApnSetting
public class ApnSetting : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>ApnSetting
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
ApnSetting()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ApnSetting()
ApnSetting(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 ApnSetting(params object[] args)
Parameters
args
object[]
Properties
AUTH_TYPE_CHAP
public static int AUTH_TYPE_CHAP { get; }
Property Value
AUTH_TYPE_NONE
public static int AUTH_TYPE_NONE { get; }
Property Value
AUTH_TYPE_PAP
public static int AUTH_TYPE_PAP { get; }
Property Value
AUTH_TYPE_PAP_OR_CHAP
https://developer.android.com/reference/android/telephony/data/ApnSetting.html#AUTH_TYPE_PAP_OR_CHAP
public static int AUTH_TYPE_PAP_OR_CHAP { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
MVNO_TYPE_GID
public static int MVNO_TYPE_GID { get; }
Property Value
MVNO_TYPE_ICCID
public static int MVNO_TYPE_ICCID { get; }
Property Value
MVNO_TYPE_IMSI
public static int MVNO_TYPE_IMSI { get; }
Property Value
MVNO_TYPE_SPN
public static int MVNO_TYPE_SPN { get; }
Property Value
PROTOCOL_IP
public static int PROTOCOL_IP { get; }
Property Value
PROTOCOL_IPV4V6
public static int PROTOCOL_IPV4V6 { get; }
Property Value
PROTOCOL_IPV6
public static int PROTOCOL_IPV6 { get; }
Property Value
PROTOCOL_NON_IP
public static int PROTOCOL_NON_IP { get; }
Property Value
PROTOCOL_PPP
public static int PROTOCOL_PPP { get; }
Property Value
PROTOCOL_UNSTRUCTURED
https://developer.android.com/reference/android/telephony/data/ApnSetting.html#PROTOCOL_UNSTRUCTURED
public static int PROTOCOL_UNSTRUCTURED { get; }
Property Value
TYPE_BIP
public static int TYPE_BIP { get; }
Property Value
TYPE_CBS
public static int TYPE_CBS { get; }
Property Value
TYPE_DEFAULT
public static int TYPE_DEFAULT { get; }
Property Value
TYPE_DUN
public static int TYPE_DUN { get; }
Property Value
TYPE_EMERGENCY
public static int TYPE_EMERGENCY { get; }
Property Value
TYPE_ENTERPRISE
public static int TYPE_ENTERPRISE { get; }
Property Value
TYPE_FOTA
public static int TYPE_FOTA { get; }
Property Value
TYPE_HIPRI
public static int TYPE_HIPRI { get; }
Property Value
TYPE_IA
public static int TYPE_IA { get; }
Property Value
TYPE_IMS
public static int TYPE_IMS { get; }
Property Value
TYPE_MCX
public static int TYPE_MCX { get; }
Property Value
TYPE_MMS
public static int TYPE_MMS { get; }
Property Value
TYPE_RCS
public static int TYPE_RCS { get; }
Property Value
TYPE_SUPL
public static int TYPE_SUPL { get; }
Property Value
TYPE_VSIM
public static int TYPE_VSIM { get; }
Property Value
TYPE_XCAP
public static int TYPE_XCAP { get; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetApnName()
public String GetApnName()
Returns
GetApnTypeBitmask()
public int GetApnTypeBitmask()
Returns
GetAuthType()
public int GetAuthType()
Returns
GetCarrierId()
public int GetCarrierId()
Returns
GetEntryName()
public String GetEntryName()
Returns
GetId()
public int GetId()
Returns
GetMmsProxyAddress()
[Obsolete]
public InetAddress GetMmsProxyAddress()
Returns
GetMmsProxyAddressAsString()
public String GetMmsProxyAddressAsString()
Returns
GetMmsProxyPort()
public int GetMmsProxyPort()
Returns
GetMmsc()
public Uri GetMmsc()
Returns
GetMtuV4()
public int GetMtuV4()
Returns
GetMtuV6()
public int GetMtuV6()
Returns
GetMvnoType()
public int GetMvnoType()
Returns
GetNetworkTypeBitmask()
public int GetNetworkTypeBitmask()
Returns
GetOperatorNumeric()
public String GetOperatorNumeric()
Returns
GetPassword()
public String GetPassword()
Returns
GetProfileId()
public int GetProfileId()
Returns
GetProtocol()
public int GetProtocol()
Returns
GetProxyAddress()
[Obsolete]
public InetAddress GetProxyAddress()
Returns
GetProxyAddressAsString()
public String GetProxyAddressAsString()
Returns
GetProxyPort()
public int GetProxyPort()
Returns
GetRoamingProtocol()
public int GetRoamingProtocol()
Returns
GetUser()
public String GetUser()
Returns
IsAlwaysOn()
public bool IsAlwaysOn()
Returns
IsEnabled()
public bool IsEnabled()
Returns
IsPersistent()
public bool IsPersistent()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)