TelephonyManager.CallComposerStatus Property

Definition

Get the user-set status for enriched calling with call composer. -or- Set the user-set status for enriched calling with call composer.

public virtual int CallComposerStatus { [Android.Runtime.Register("getCallComposerStatus", "()I", "GetGetCallComposerStatusHandler", ApiSince=31)] [Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")] get; [Android.Runtime.Register("setCallComposerStatus", "(I)V", "GetSetCallComposerStatus_IHandler", ApiSince=31)] [Android.Runtime.RequiresPermission("android.permission.MODIFY_PHONE_STATE")] set; }
[<get: Android.Runtime.Register("getCallComposerStatus", "()I", "GetGetCallComposerStatusHandler", ApiSince=31)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")>]
[<set: Android.Runtime.Register("setCallComposerStatus", "(I)V", "GetSetCallComposerStatus_IHandler", ApiSince=31)>]
[<set: Android.Runtime.RequiresPermission("android.permission.MODIFY_PHONE_STATE")>]
member this.CallComposerStatus : int with get, set

Property Value

Int32

the user-set status for enriched calling with call composer, either of #CALL_COMPOSER_STATUS_ON or #CALL_COMPOSER_STATUS_OFF.

Attributes

Remarks

Property getter documentation:

Java documentation for android.telephony.TelephonyManager.getCallComposerStatus().

Property setter documentation:

Java documentation for android.telephony.TelephonyManager.setCallComposerStatus(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