RcsUceAdapter.IsUceSettingEnabled Property

Definition

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

Boolean

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.

Applies to