SipProfile.DisplayName Property

Definition

Gets the display name of the user.

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

Property Value

the display name of the user

Attributes

Remarks

Gets the display name of the user.

Java documentation for android.net.sip.SipProfile.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