Bundle.PutBooleanArray(String, Boolean[]) Method

Definition

Inserts a boolean array value into the mapping of this Bundle, replacing any existing value for the given key.

[Android.Runtime.Register("putBooleanArray", "(Ljava/lang/String;[Z)V", "")]
public override void PutBooleanArray (string? key, bool[]? value);
[<Android.Runtime.Register("putBooleanArray", "(Ljava/lang/String;[Z)V", "")>]
override this.PutBooleanArray : string * bool[] -> unit

Parameters

key
String

a String, or null

value
Boolean[]

a boolean array object, or null

Attributes

Remarks

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