Call.AvailablePhoneAccounts 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.
The key to retrieve the optional PhoneAccount
s Telecom can bundle with its Call
extras.
[Android.Runtime.Register("AVAILABLE_PHONE_ACCOUNTS", ApiSince=23)]
public const string AvailablePhoneAccounts;
[<Android.Runtime.Register("AVAILABLE_PHONE_ACCOUNTS", ApiSince=23)>]
val mutable AvailablePhoneAccounts : string
Field Value
- Attributes
Remarks
The key to retrieve the optional PhoneAccount
s Telecom can bundle with its Call extras. Used to pass the phone accounts to display on the front end to the user in order to select phone accounts to (for example) place a call.
This member is deprecated. Use the list from #EXTRA_SUGGESTED_PHONE_ACCOUNTS
instead.
Java documentation for android.telecom.Call.AVAILABLE_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.