Class Telephony.Carriers
public class Telephony.Carriers : BaseColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
- Inheritance
-
Telephony.Carriers
- Implements
- Inherited Members
- Extension Methods
Constructors
Carriers(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 Carriers(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ALWAYS_ON
public static String ALWAYS_ON { get; set; }
Property Value
APN
public static String APN { get; set; }
Property Value
AUTH_TYPE
public static String AUTH_TYPE { get; set; }
Property Value
BEARER
[Obsolete("Deprecated in JVM")]
public static String BEARER { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CARRIER_ENABLED
public static String CARRIER_ENABLED { get; set; }
Property Value
CARRIER_ID
public static String CARRIER_ID { get; set; }
Property Value
CONTENT_URI
public static Uri CONTENT_URI { get; set; }
Property Value
CURRENT
public static String CURRENT { get; set; }
Property Value
DEFAULT_SORT_ORDER
public static String DEFAULT_SORT_ORDER { 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
MCC
[Obsolete("Deprecated in JVM")]
public static String MCC { get; set; }
Property Value
MMSC
public static String MMSC { get; set; }
Property Value
MMSPORT
public static String MMSPORT { get; set; }
Property Value
MMSPROXY
public static String MMSPROXY { get; set; }
Property Value
MNC
[Obsolete("Deprecated in JVM")]
public static String MNC { get; set; }
Property Value
MTU_V4
public static String MTU_V4 { get; set; }
Property Value
MTU_V6
public static String MTU_V6 { get; set; }
Property Value
MVNO_MATCH_DATA
[Obsolete("Deprecated in JVM")]
public static String MVNO_MATCH_DATA { get; set; }
Property Value
MVNO_TYPE
[Obsolete("Deprecated in JVM")]
public static String MVNO_TYPE { get; set; }
Property Value
NAME
public static String NAME { get; set; }
Property Value
NETWORK_TYPE_BITMASK
public static String NETWORK_TYPE_BITMASK { get; set; }
Property Value
NUMERIC
[Obsolete("Deprecated in JVM")]
public static String NUMERIC { get; set; }
Property Value
PASSWORD
public static String PASSWORD { get; set; }
Property Value
PORT
public static String PORT { get; set; }
Property Value
PROTOCOL
public static String PROTOCOL { get; set; }
Property Value
PROXY
public static String PROXY { get; set; }
Property Value
ROAMING_PROTOCOL
public static String ROAMING_PROTOCOL { get; set; }
Property Value
SERVER
public static String SERVER { get; set; }
Property Value
SIM_APN_URI
public static Uri SIM_APN_URI { get; set; }
Property Value
SUBSCRIPTION_ID
public static String SUBSCRIPTION_ID { get; set; }
Property Value
TYPE
public static String TYPE { get; set; }
Property Value
USER
public static String USER { get; set; }
Property Value
USER_EDITABLE
public static String USER_EDITABLE { get; set; }
Property Value
USER_VISIBLE
public static String USER_VISIBLE { get; set; }