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

Syntax

[Android.Runtime.Register("replaceExtras", "(Landroid/os/Bundle;)Landroid/content/Intent;", "GetReplaceExtras_Landroid_os_Bundle_Handler")]
public virtual Intent ReplaceExtras (Android.OS.Bundle extras)

Parameters

extras
The new set of extras in the Intent, or null to erase all extras.

Returns

Documentation for this section has not yet been entered.

Remarks

Completely replace the extras in the Intent with the given Bundle of extras.

[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