Android.Util.JsonReader.NextBoolean Method
Returns the JsonToken.Boolean value of the next token, consuming it.

Syntax

[Android.Runtime.Register("nextBoolean", "()Z", "")]
public bool NextBoolean ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the next token is not a boolean or if this reader is closed.
Java.IO.IOException

Remarks

Returns the JsonToken.Boolean value of the next token, consuming 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