CarrierConfigManager.Ims.KeyNonRcsCapabilitiesCacheExpirationSecInt Field

Definition

An integer key associated with the period of time in seconds the non-rcs capability information of each contact is cached on the device.

[Android.Runtime.Register("KEY_NON_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC_INT", ApiSince=31)]
public const string KeyNonRcsCapabilitiesCacheExpirationSecInt;
[<Android.Runtime.Register("KEY_NON_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC_INT", ApiSince=31)>]
val mutable KeyNonRcsCapabilitiesCacheExpirationSecInt : string

Field Value

Attributes

Remarks

An integer key associated with the period of time in seconds the non-rcs capability information of each contact is cached on the device.

The rcs capability cache expiration sec is managed by android.telephony.ims.ProvisioningManager but non-rcs capability is managed by CarrierConfigManager since non-rcs capability will be provided via ACS or carrier config.

The default value is 2592000 secs (30 days), see RCC.07 Annex A.1.9.

Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_NON_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC_INT.

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.

Applies to