Android.App.Activity.OnPostCreate Method
This is the same as Activity.OnPostCreate(Android.OS.Bundle) but is called for activities created with the attribute NoType:android/R$attr;Href=../../../reference/android/R.attr.html#persistableMode set to persistAcrossReboots.

Syntax

[Android.Runtime.Register("onPostCreate", "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V", "GetOnPostCreate_Landroid_os_Bundle_Landroid_os_PersistableBundle_Handler")]
public virtual void OnPostCreate (Android.OS.Bundle savedInstanceState, Android.OS.PersistableBundle persistentState)

See Also

Activity.OnCreate(Android.OS.Bundle)

Parameters

savedInstanceState
The data most recently supplied in Activity.OnSaveInstanceState(Android.OS.Bundle)
persistentState
The data caming from the PersistableBundle first saved in Activity.OnSaveInstanceState(Android.OS.Bundle, Android.OS.PersistableBundle).

Remarks

This is the same as Activity.OnPostCreate(Android.OS.Bundle) but is called for activities created with the attribute NoType:android/R$attr;Href=../../../reference/android/R.attr.html#persistableMode set to persistAcrossReboots.

[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