TelecomManager.CallCapablePhoneAccounts 属性

定义

返回可用于拨打和接听电话呼叫的 PhoneAccountHandles 列表。

public virtual System.Collections.Generic.IList<Android.Telecom.PhoneAccountHandle>? CallCapablePhoneAccounts { [Android.Runtime.Register("getCallCapablePhoneAccounts", "()Ljava/util/List;", "GetGetCallCapablePhoneAccountsHandler", ApiSince=23)] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getCallCapablePhoneAccounts", "()Ljava/util/List;", "GetGetCallCapablePhoneAccountsHandler", ApiSince=23)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.CallCapablePhoneAccounts : System.Collections.Generic.IList<Android.Telecom.PhoneAccountHandle>

属性值

PhoneAccountHandle 对象的列表。

属性

注解

返回可用于拨打和接听电话呼叫的 PhoneAccountHandles 列表。 返回的列表仅包含用户显式启用的帐户。

适用于 . 的 android.telecom.TelecomManager.getCallCapablePhoneAccounts()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于