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

Syntax

[Android.Runtime.Register("callActivityOnCreate", "(Landroid/app/Activity;Landroid/os/Bundle;)V", "GetCallActivityOnCreate_Landroid_app_Activity_Landroid_os_Bundle_Handler")]
public virtual void CallActivityOnCreate (Activity activity, Android.OS.Bundle icicle)

Parameters

activity
The activity being created.
icicle
The previously frozen state (or null) to pass through to onCreate().

Remarks

Perform calling of an activity's Activity.OnCreate(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