TelephonyManager.CallComposerStatus 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.
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
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:
Get the user-set status for enriched calling with call composer.
If this object has been created with #createForSubscriptionId
, applies to the given subId. Otherwise, applies to SubscriptionManager#getDefaultSubscriptionId()
Java documentation for android.telephony.TelephonyManager.getCallComposerStatus()
.
Property setter documentation:
Set the user-set status for enriched calling with call composer.
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.