Android.App.LocalActivityManager.DispatchCreate Method
Restore a state that was previously returned by LocalActivityManager.SaveInstanceState.

Syntax

[Android.Runtime.Register("dispatchCreate", "(Landroid/os/Bundle;)V", "GetDispatchCreate_Landroid_os_Bundle_Handler")]
public virtual void DispatchCreate (Android.OS.Bundle state)

See Also

LocalActivityManager.SaveInstanceState

Parameters

state
a previously saved state; does nothing if this is null

Remarks

Restore a state that was previously returned by LocalActivityManager.SaveInstanceState. This adds to the activity group information about all activity IDs that had previously been saved, even if they have not been started yet, so if the user later navigates to them the correct state will be restored.

Note: This does not change the current running activity, or start whatever activity was previously running when the state was saved. That is up to the client to do, in whatever way it thinks is best.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1