CarrierConfigManager.Ims Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configs used by the IMS stack.
[Android.Runtime.Register("android/telephony/CarrierConfigManager$Ims", ApiSince=30, DoNotGenerateAcw=true)]
public sealed class CarrierConfigManager.Ims : Java.Lang.Object
[<Android.Runtime.Register("android/telephony/CarrierConfigManager$Ims", ApiSince=30, DoNotGenerateAcw=true)>]
type CarrierConfigManager.Ims = class
inherit Object
- Inheritance
- Attributes
Remarks
Configs used by the IMS stack.
Java documentation for android.telephony.CarrierConfigManager.Ims
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
E911RtcpInactivityOnConnected |
E911 RTCP inactivity occurred when call is connected. |
E911RtpInactivityOnConnected |
E911 RTP inactivity occurred when call is connected. |
GeolocationPidfForEmergencyOnCellular |
Obsolete.
Indicates geolocation PIDF XML needs to be included for emergency call scenario on Cellular |
GeolocationPidfForEmergencyOnWifi |
Obsolete.
Indicates geolocation PIDF XML needs to be included for emergency call scenario on WiFi |
GeolocationPidfForNonEmergencyOnCellular |
Obsolete.
Indicates geolocation PIDF XML needs to be included for normal/non-emergency call scenario on Cellular |
GeolocationPidfForNonEmergencyOnWifi |
Obsolete.
Indicates geolocation PIDF XML needs to be included for normal/non-emergency call scenario on WiFi |
IpsecAuthenticationAlgorithmHmacMd5 |
Obsolete.
IPSec Authentication algorithm is HMAC-MD5. |
IpsecAuthenticationAlgorithmHmacSha1 |
Obsolete.
IPSec Authentication algorithm is HMAC-SHA1. |
IpsecEncryptionAlgorithmAesCbc |
Obsolete.
IPSec Encryption algorithm is AES_CBC. |
IpsecEncryptionAlgorithmDesEde3Cbc |
Obsolete.
IPSec Encryption algorithm is DES_EDE3_CBC. |
IpsecEncryptionAlgorithmNull |
Obsolete.
IPSec Encryption algorithm is NULL. |
KeyCapabilityTypeCallComposerIntArray |
List of different RAT technologies on which Provisioning for Call Composer (section 2. |
KeyCapabilityTypeOptionsUceIntArray |
This carrier supports User Capability Exchange using SIP OPTIONS as defined by the framework. |
KeyCapabilityTypePresenceUceIntArray |
This carrier supports User Capability Exchange using a presence server as defined by the framework. |
KeyCapabilityTypeSmsIntArray |
List of different RAT technologies on which Provisioning for SMS (IR. |
KeyCapabilityTypeUtIntArray |
List of different RAT technologies on which Provisioning for XCAP over Ut for supplementary services. |
KeyCapabilityTypeVideoIntArray |
List of different RAT technologies on which Provisioning for Video Telephony (IR. |
KeyCapabilityTypeVoiceIntArray |
List of different RAT technologies on which Provisioning for Voice calling (IR. |
KeyEnablePresenceCapabilityExchangeBool |
Flag indicating whether or not this carrier supports the exchange of phone numbers with the carrier's RCS presence server in order to retrieve the RCS capabilities of requested contacts used in the RCS User Capability Exchange (UCE) procedure. |
KeyEnablePresenceGroupSubscribeBool |
Flag indicating whether or not the carrier supports capability exchange with a list of contacts. |
KeyEnablePresencePublishBool |
A boolean flag specifying whether or not this carrier supports the device notifying the network of its RCS capabilities using the SIP PUBLISH procedure defined for User Capability Exchange (UCE). |
KeyGeolocationPidfInSipInviteSupportIntArray |
List of cases where geolocation PIDF XML needs to be included in the SIP INVITE over WiFi and Cellular. |
KeyGeolocationPidfInSipRegisterSupportIntArray |
List of cases where geolocation PIDF XML needs to be included in the SIP REGISTER over WiFi and Cellular. |
KeyGruuEnabledBool |
Flag indicating whether Globally Routable User agent (GRUU) in supported HEADER is included or not. |
KeyImsPdnEnabledInNoVopsSupportIntArray |
This config determines whether IMS PDN needs to be enabled when VOPS support is not available in both home and roaming scenarios. |
KeyImsSingleRegistrationRequiredBool |
A boolean flag specifying whether or not this carrier requires one IMS registration for all IMS services (MMTEL and RCS). |
KeyImsUserAgentString |
Specifies the IMS User Agent in template format. |
KeyIpsecAuthenticationAlgorithmsIntArray |
List of supported IPSEC Authentication algorithms. |
KeyIpsecEncryptionAlgorithmsIntArray |
List of supported IPSEC encryption algorithms. |
KeyIpv4SipMtuSizeCellularInt |
Specify the maximum IPV4 MTU size of SIP message on Cellular. |
KeyIpv6SipMtuSizeCellularInt |
Specify the maximum IPV6 MTU size of SIP message on Cellular. |
KeyKeepPdnUpInNoVopsBool |
Flag indicating whether to keep/release IMS PDN in case of moving to non VOPS area. |
KeyMmtelRequiresProvisioningBundle |
A bundle which specifies the MMTEL capability and registration technology that requires provisioning. |
KeyNonRcsCapabilitiesCacheExpirationSecInt |
An integer key associated with the period of time in seconds the non-rcs capability information of each contact is cached on the device. |
KeyPhoneContextDomainNameString |
Specify the “phone-context” parameter as defined in section 7. |
KeyPrefix |
Prefix of all Ims. |
KeyRcsBulkCapabilityExchangeBool |
Flag indicating whether or not the carrier expects the RCS UCE service to periodically refresh the RCS capabilities cache of the user's contacts as well as request the capabilities of call contacts when the SIM card is first inserted or when a new contact is added, removed, or modified. |
KeyRcsFeatureTagAllowedStringArray |
Specifies the RCS feature tag allowed for the carrier. |
KeyRcsRequiresProvisioningBundle |
A bundle which specifies the RCS capability and registration technology that requires provisioning. |
KeyRegistrationEventPackageSupportedBool |
Flag indicating whether subscription to registration event package is supported or not. |
KeyRegistrationExpiryTimerSecInt |
Expiry timer for IMS Registration in seconds. |
KeyRegistrationRetryBaseTimerMillisInt |
Registration Retry Base-time as per RFC 5626 Section 4. |
KeyRegistrationRetryMaxTimerMillisInt |
Registration Retry max-time as per RFC 5626 Section 4. |
KeyRegistrationSubscribeExpiryTimerSecInt |
Expiry timer for SUBSCRIBE in seconds. |
KeyRequestUriTypeInt |
Specify whether the request URI is SIP URI
|
KeySipOverIpsecEnabledBool |
Flag indicating whether IPSec enabled for SIP messages. |
KeySipPreferredTransportInt |
Specify the preferred transport protocol for SIP messages. |
KeySipServerPortNumberInt |
Specifies the SIP Server default port. |
KeySipTimerBMillisInt |
SIP timer B as per 3GPP TS 24. |
KeySipTimerCMillisInt |
SIP timer C as per 3GPP TS 24. |
KeySipTimerDMillisInt |
SIP timer D as per 3GPP TS 24. |
KeySipTimerFMillisInt |
SIP timer F as per 3GPP TS 24. |
KeySipTimerHMillisInt |
SIP timer H as per 3GPP TS 24. |
KeySipTimerJMillisInt |
SIP timer J as per 3GPP TS 24. |
KeySipTimerT1MillisInt |
SIP timer T1 as per 3GPP TS 24. |
KeySipTimerT2MillisInt |
SIP timer T2 as per 3GPP TS 24. |
KeySipTimerT4MillisInt |
SIP timer T4 as per 3GPP TS 24. |
KeySupportedRatsIntArray |
List of different RAT technologies on which IMS is supported. |
KeyUseSipUriForPresenceSubscribeBool |
Flag indicating whether or not to use SIP URI when send a presence subscribe. |
KeyWifiOffDeferringTimeMillisInt |
Delay in milliseconds to turn off wifi when IMS is registered over wifi. |
NetworkTypeHome |
Obsolete.
Indicates HOME Network. |
NetworkTypeRoaming |
Obsolete.
Indicates Roaming Network. |
PreferredTransportDynamicUdpTcp |
Obsolete.
Preferred Transport is both UDP and TCP and selected based
on MTU size specified in |
PreferredTransportTcp |
Obsolete.
Preferred Transport is always TCP. |
PreferredTransportTls |
Obsolete.
Preferred Transport is TLS. |
PreferredTransportUdp |
Obsolete.
Preferred Transport is always UDP. |
RequestUriFormatSip |
Obsolete.
Request URI is of type SIP URI. |
RequestUriFormatTel |
Obsolete.
Request URI is of type TEL URI. |
RtcpInactivityOnConnected |
RTCP inactivity occurred when call is connected. |
RtcpInactivityOnHold |
RTCP inactivity occurred when call is on HOLD. |
RtpInactivityOnConnected |
RTP inactivity occurred when call is connected. |
Properties
Class |
Returns the runtime class of this |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
Methods
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |