Share via


Parcel.ReadBoolean Method

Definition

Read a boolean value from the parcel at the current dataPosition().

[Android.Runtime.Register("readBoolean", "()Z", "", ApiSince=29)]
public bool ReadBoolean ();
[<Android.Runtime.Register("readBoolean", "()Z", "", ApiSince=29)>]
member this.ReadBoolean : unit -> bool

Returns

Attributes

Remarks

Read a boolean value from the parcel at the current dataPosition().

Java documentation for android.os.Parcel.readBoolean().

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