E2eeContactKeysManager.E2eeContactKey.AccountId Property

Definition

Gets the app-specified identifier for the account for which the end-to-end encryption key can be used.

public string AccountId { [Android.Runtime.Register("getAccountId", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAccountId", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.AccountId : string

Property Value

An app-specified identifier for the account. This value cannot be null.

Attributes

Remarks

Gets the app-specified identifier for the account for which the end-to-end encryption key can be used. Usually a phone number.

Android reference for android.provider.E2eeContactKeysManager.E2eeContactKey.getAccountId.

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