Language

Call.EventPhoneAccountChanged Field

Definition

Connection event used to notify InCallService of phoneaccount changes.

[Android.Runtime.Register("EVENT_PHONE_ACCOUNT_CHANGED", ApiSince=37)]
public const string EventPhoneAccountChanged;
[<Android.Runtime.Register("EVENT_PHONE_ACCOUNT_CHANGED", ApiSince=37)>]
val mutable EventPhoneAccountChanged : string

Field Value

Attributes

Remarks

Connection event used to notify InCallService of phoneaccount changes. Dialer uses phone account capability to decide whether to enable some options like RTT. This event will be used for such cases.

Android reference for android.telecom.Call.EVENT_PHONE_ACCOUNT_CHANGED.

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