Call.ExtraSuggestedPhoneAccounts 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.
Key for extra used to pass along a list of PhoneAccountSuggestion
s to the in-call
UI when a call enters the #STATE_SELECT_PHONE_ACCOUNT
state.
[Android.Runtime.Register("EXTRA_SUGGESTED_PHONE_ACCOUNTS", ApiSince=29)]
public const string ExtraSuggestedPhoneAccounts;
[<Android.Runtime.Register("EXTRA_SUGGESTED_PHONE_ACCOUNTS", ApiSince=29)>]
val mutable ExtraSuggestedPhoneAccounts : string
Field Value
- Attributes
Remarks
Key for extra used to pass along a list of PhoneAccountSuggestion
s to the in-call UI when a call enters the #STATE_SELECT_PHONE_ACCOUNT
state. The list included here will have the same length and be in the same order as the list passed with #AVAILABLE_PHONE_ACCOUNTS
.
Java documentation for android.telecom.Call.EXTRA_SUGGESTED_PHONE_ACCOUNTS
.
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.