RcsUceAdapter.IsUceSettingEnabled Property
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.
The setting for whether or not the user has opted in to the automatic refresh of the RCS capabilities associated with the contacts in the user's contact address book.
public virtual bool IsUceSettingEnabled { [Android.Runtime.Register("isUceSettingEnabled", "()Z", "GetIsUceSettingEnabledHandler", ApiSince=30)] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("isUceSettingEnabled", "()Z", "GetIsUceSettingEnabledHandler", ApiSince=30)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.IsUceSettingEnabled : bool
Property Value
true if the user has opted in for automatic refresh of the RCS capabilities of their contacts, false otherwise.
- Attributes
Remarks
Java documentation for android.telephony.ims.RcsUceAdapter.isUceSettingEnabled().
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.