Android.OS.BaseBundle.PutStringArray Method
Inserts a String array value into the mapping of this Bundle, replacing any existing value for the given key.

Syntax

[Android.Runtime.Register("putStringArray", "(Ljava/lang/String;[Ljava/lang/String;)V", "GetPutStringArray_Ljava_lang_String_arrayLjava_lang_String_Handler")]
public virtual void PutStringArray (string key, string[] value)

Parameters

key
a String, or null
value
a String array object, or null

Remarks

Inserts a String array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0