NsdServiceInfo.RemoveAttribute(String) Method

Definition

Remove an attribute by key

[Android.Runtime.Register("removeAttribute", "(Ljava/lang/String;)V", "")]
public void RemoveAttribute (string? key);
[<Android.Runtime.Register("removeAttribute", "(Ljava/lang/String;)V", "")>]
member this.RemoveAttribute : string -> unit

Parameters

key
String
Attributes

Remarks

Java documentation for android.net.nsd.NsdServiceInfo.removeAttribute(java.lang.String).

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