Class CarrierConfigManager.ImsRtt
public class CarrierConfigManager.ImsRtt : JVMBridgeBase<CarrierConfigManager.ImsRtt>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CarrierConfigManager.ImsRtt
- Implements
- Extension Methods
Constructors
ImsRtt(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 ImsRtt(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_RED_PAYLOAD_TYPE_INT
public static String KEY_RED_PAYLOAD_TYPE_INT { get; set; }
Property Value
KEY_T140_PAYLOAD_TYPE_INT
public static String KEY_T140_PAYLOAD_TYPE_INT { get; set; }
Property Value
KEY_TEXT_AS_BANDWIDTH_KBPS_INT
public static String KEY_TEXT_AS_BANDWIDTH_KBPS_INT { get; set; }
Property Value
KEY_TEXT_CODEC_CAPABILITY_PAYLOAD_TYPES_BUNDLE
public static String KEY_TEXT_CODEC_CAPABILITY_PAYLOAD_TYPES_BUNDLE { get; set; }
Property Value
KEY_TEXT_ON_DEFAULT_BEARER_SUPPORTED_BOOL
public static String KEY_TEXT_ON_DEFAULT_BEARER_SUPPORTED_BOOL { get; set; }
Property Value
KEY_TEXT_QOS_PRECONDITION_SUPPORTED_BOOL
public static String KEY_TEXT_QOS_PRECONDITION_SUPPORTED_BOOL { get; set; }
Property Value
KEY_TEXT_RR_BANDWIDTH_BPS_INT
public static String KEY_TEXT_RR_BANDWIDTH_BPS_INT { get; set; }
Property Value
KEY_TEXT_RS_BANDWIDTH_BPS_INT
public static String KEY_TEXT_RS_BANDWIDTH_BPS_INT { get; set; }