CarrierConfigManager.Ims.KeyRcsBulkCapabilityExchangeBool Field
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.
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.
[Android.Runtime.Register("KEY_RCS_BULK_CAPABILITY_EXCHANGE_BOOL", ApiSince=31)]
public const string KeyRcsBulkCapabilityExchangeBool;
[<Android.Runtime.Register("KEY_RCS_BULK_CAPABILITY_EXCHANGE_BOOL", ApiSince=31)>]
val mutable KeyRcsBulkCapabilityExchangeBool : string
Field Value
- Attributes
Remarks
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. This corresponds to the RCC.07 A.19 "DISABLE INITIAL ADDRESS BOOK SCAN" parameter.
If this flag is disabled, the capabilities cache will not be refreshed internally at all and will only be updated if the cached capabilities are stale when an application requests them.
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.