Language

E2eeContactKeysManager.E2eeContactKey.EmailAddress Property

Definition

Gets the email address.

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

Property Value

The email address. This value may be null.

Attributes

Remarks

Gets the email address.

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

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