Android.Util.JsonReader.NextName Method
Returns the next token, a JsonToken.Name, and consumes it.

Syntax

[Android.Runtime.Register("nextName", "()Ljava/lang/String;", "")]
public string NextName ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif the next token in the stream is not a property name.

Remarks

Returns the next token, a JsonToken.Name, and consumes it.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11