ImsRcsManager.ActionShowCapabilityDiscoveryOptIn 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.
Activity Action: Show the opt-in dialog for enabling or disabling RCS contact discovery using User Capability Exchange (UCE), which enables a service that periodically shares the phone numbers of all of the contacts in the user's address book with the carrier to refresh the RCS capabilities associated with those contacts as the local cache becomes stale.
[Android.Runtime.Register("ACTION_SHOW_CAPABILITY_DISCOVERY_OPT_IN", ApiSince=30)]
public const string ActionShowCapabilityDiscoveryOptIn;
[<Android.Runtime.Register("ACTION_SHOW_CAPABILITY_DISCOVERY_OPT_IN", ApiSince=30)>]
val mutable ActionShowCapabilityDiscoveryOptIn : string
Field Value
- Attributes
Remarks
Java documentation for android.telephony.ims.ImsRcsManager.ACTION_SHOW_CAPABILITY_DISCOVERY_OPT_IN.
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.