Android.Content.Intent.PutExtras Method
Add a set of extended data to the intent.

Syntax

[Android.Runtime.Register("putExtras", "(Landroid/os/Bundle;)Landroid/content/Intent;", "GetPutExtras_Landroid_os_Bundle_Handler")]
public virtual Intent PutExtras (Android.OS.Bundle extras)

See Also

Intent.PutExtra(string, Android.OS.Bundle)
Intent.RemoveExtra(string)

Parameters

extras
The Bundle of extras to add to this intent.

Returns

Documentation for this section has not yet been entered.

Remarks

Add a set of extended data to the intent. The keys 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