JsonWriter.Name(String) Method

Definition

Encodes the property name.

[Android.Runtime.Register("name", "(Ljava/lang/String;)Landroid/util/JsonWriter;", "")]
public Android.Util.JsonWriter? Name (string? name);
[<Android.Runtime.Register("name", "(Ljava/lang/String;)Landroid/util/JsonWriter;", "")>]
member this.Name : string -> Android.Util.JsonWriter

Parameters

name
String

the name of the forthcoming value. May not be null.

Returns

this writer.

Attributes

Exceptions

Remarks

Encodes the property name.

Java documentation for android.util.JsonWriter.name(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