Class CarrierConfigManager.ImsSms
public class CarrierConfigManager.ImsSms : JVMBridgeBase<CarrierConfigManager.ImsSms>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CarrierConfigManager.ImsSms
- Implements
- Extension Methods
Constructors
ImsSms(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 ImsSms(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
KEY_PREFIX
public static String KEY_PREFIX { get; set; }
Property Value
KEY_SMS_CSFB_RETRY_ON_FAILURE_BOOL
public static String KEY_SMS_CSFB_RETRY_ON_FAILURE_BOOL { get; set; }
Property Value
KEY_SMS_MAX_RETRY_COUNT_INT
public static String KEY_SMS_MAX_RETRY_COUNT_INT { get; set; }
Property Value
KEY_SMS_MAX_RETRY_OVER_IMS_COUNT_INT
public static String KEY_SMS_MAX_RETRY_OVER_IMS_COUNT_INT { get; set; }
Property Value
KEY_SMS_OVER_IMS_FORMAT_INT
public static String KEY_SMS_OVER_IMS_FORMAT_INT { get; set; }
Property Value
KEY_SMS_OVER_IMS_SEND_RETRY_DELAY_MILLIS_INT
public static String KEY_SMS_OVER_IMS_SEND_RETRY_DELAY_MILLIS_INT { get; set; }
Property Value
KEY_SMS_OVER_IMS_SUPPORTED_BOOL
public static String KEY_SMS_OVER_IMS_SUPPORTED_BOOL { get; set; }
Property Value
KEY_SMS_OVER_IMS_SUPPORTED_RATS_INT_ARRAY
public static String KEY_SMS_OVER_IMS_SUPPORTED_RATS_INT_ARRAY { get; set; }
Property Value
KEY_SMS_RP_CAUSE_VALUES_TO_FALLBACK_INT_ARRAY
public static String KEY_SMS_RP_CAUSE_VALUES_TO_FALLBACK_INT_ARRAY { get; set; }
Property Value
KEY_SMS_RP_CAUSE_VALUES_TO_RETRY_OVER_IMS_INT_ARRAY
public static String KEY_SMS_RP_CAUSE_VALUES_TO_RETRY_OVER_IMS_INT_ARRAY { get; set; }
Property Value
KEY_SMS_TR1_TIMER_MILLIS_INT
public static String KEY_SMS_TR1_TIMER_MILLIS_INT { get; set; }
Property Value
KEY_SMS_TR2_TIMER_MILLIS_INT
public static String KEY_SMS_TR2_TIMER_MILLIS_INT { get; set; }
Property Value
SMS_FORMAT_3GPP
public static int SMS_FORMAT_3GPP { get; set; }
Property Value
SMS_FORMAT_3GPP2
public static int SMS_FORMAT_3GPP2 { get; set; }