Android.Content.Intent.ReplaceExtras Method
Completely replace the extras in the Intent with the extras in the given Intent.

Syntax

[Android.Runtime.Register("replaceExtras", "(Landroid/content/Intent;)Landroid/content/Intent;", "GetReplaceExtras_Landroid_content_Intent_Handler")]
public virtual Intent ReplaceExtras (Intent src)

Parameters

src
The exact extras contained in this Intent are copied into the target intent, replacing any that were previously there.

Returns

Documentation for this section has not yet been entered.

Remarks

Completely replace the extras in the Intent with the extras in the given 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 3