Call.EventPhoneAccountChanged Field
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.
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.