Android.Content.BroadcastReceiver.GetResultExtras Method
Retrieve the current result extra data, as set by the previous receiver.

Syntax

[Android.Runtime.Register("getResultExtras", "(Z)Landroid/os/Bundle;", "")]
public Android.OS.Bundle GetResultExtras (bool makeMap)

Parameters

makeMap
If true then a new empty Map will be made for you if the current Map is null; if false you should be prepared to receive a null Map.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the current result extra data, as set by the previous receiver. Any changes you make to the returned Map will be propagated to the next receiver.

[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