Share via


PhoneAccount.AccountHandle Property

Definition

The unique identifier of this PhoneAccount.

public Android.Telecom.PhoneAccountHandle? AccountHandle { [Android.Runtime.Register("getAccountHandle", "()Landroid/telecom/PhoneAccountHandle;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getAccountHandle", "()Landroid/telecom/PhoneAccountHandle;", "", ApiSince=23)>]
member this.AccountHandle : Android.Telecom.PhoneAccountHandle

Property Value

A PhoneAccountHandle.

Attributes

Remarks

The unique identifier of this PhoneAccount.

Java documentation for android.telecom.PhoneAccount.getAccountHandle().

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