Bundle.PutChar(String, Char) Method

Definition

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

[Android.Runtime.Register("putChar", "(Ljava/lang/String;C)V", "")]
public void PutChar (string? key, char value);
[<Android.Runtime.Register("putChar", "(Ljava/lang/String;C)V", "")>]
member this.PutChar : string * char -> unit

Parameters

key
String

a String, or null

value
Char

a char

Attributes

Remarks

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

Java documentation for android.os.Bundle.putChar(java.lang.String, char).

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