Android.Content.Intent.PutExtras Method
Copy all extras in 'src' in to this intent.

Syntax

[Android.Runtime.Register("putExtras", "(Landroid/content/Intent;)Landroid/content/Intent;", "GetPutExtras_Landroid_content_Intent_Handler")]
public virtual Intent PutExtras (Intent src)

See Also

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

Parameters

src
Contains the extras to copy.

Returns

Documentation for this section has not yet been entered.

Remarks

Copy all extras in 'src' in to this intent.

[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