Android.Util.JsonReader.SkipValue Method
Skips the next value recursively.

Syntax

[Android.Runtime.Register("skipValue", "()V", "")]
public void SkipValue ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Skips the next value recursively. If it is an object or array, all nested elements are skipped. This method is intended for use when the JSON token stream contains unrecognized or unhandled values.

[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