Lingua

DiscoveryRequest.DisplayNameAttribute Property

Definition

Return the attribute to use to display the service in system UI service picker.

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

Property Value

Return the attribute to use to display the service in system UI service picker.

Attributes

Remarks

Return the attribute to use to display the service in system UI service picker.

Attributes are as per NsdServiceInfo.getAttributes().

If null, the service name as per NsdServiceInfo.getServiceName() is used.

Android reference for android.net.nsd.DiscoveryRequest.getDisplayNameAttribute.

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