Language

E2eeContactKeysManager.E2eeContactKey.DisplayName Property

Definition

Gets the display name for the contact.

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

Property Value

The display name for the contact. This value may be null.

Attributes

Remarks

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

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