Android.App.LocalActivityManager.SaveInstanceState Method
Retrieve the state of all activities known by the group.

Syntax

[Android.Runtime.Register("saveInstanceState", "()Landroid/os/Bundle;", "GetSaveInstanceStateHandler")]
public virtual Android.OS.Bundle SaveInstanceState ()

See Also

LocalActivityManager.DispatchCreate(Android.OS.Bundle)

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the state of all activities known by the group. For activities that have previously run and are now stopped or finished, the last saved state is used. For the current running activity, its Activity.OnSaveInstanceState(Android.OS.Bundle) is called to retrieve its current state.

[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