Android.Content.Intent.PutExtra Method
Add extended data to the intent.

Syntax

[Android.Runtime.Register("putExtra", "(Ljava/lang/String;[Landroid/os/Parcelable;)Landroid/content/Intent;", "GetPutExtra_Ljava_lang_String_arrayLandroid_os_Parcelable_Handler")]
public virtual Intent PutExtra (string name, Android.OS.IParcelable[] value)

See Also

Intent.PutExtras(Intent)
Intent.RemoveExtra(string)
Intent.GetParcelableArrayExtra(string)

Parameters

name
The name of the extra data, with package prefix.
value
The Parcelable[] data value.

Returns

Documentation for this section has not yet been entered.

Remarks

Add extended data to the intent. The name must include a package prefix, for example the app com.android.contacts would use names like "com.android.contacts.ShowAll".

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1