Android.App.Instrumentation.CallActivityOnPostCreate Method
Perform calling of an activity's Activity.OnPostCreate(Android.OS.Bundle) method.

Syntax

[Android.Runtime.Register("callActivityOnPostCreate", "(Landroid/app/Activity;Landroid/os/Bundle;Landroid/os/PersistableBundle;)V", "GetCallActivityOnPostCreate_Landroid_app_Activity_Landroid_os_Bundle_Landroid_os_PersistableBundle_Handler")]
public virtual void CallActivityOnPostCreate (Activity activity, Android.OS.Bundle icicle, Android.OS.PersistableBundle persistentState)

Parameters

activity
The activity being created.
icicle
The previously frozen state (or null) to pass through to onPostCreate().
persistentState
Documentation for this section has not yet been entered.

Remarks

Perform calling of an activity's Activity.OnPostCreate(Android.OS.Bundle) method. The default implementation simply calls through to that method.

[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