Android.App.Instrumentation.CallActivityOnStart Method
Perform calling of an activity's Activity.OnStart method.

Syntax

[Android.Runtime.Register("callActivityOnStart", "(Landroid/app/Activity;)V", "GetCallActivityOnStart_Landroid_app_Activity_Handler")]
public virtual void CallActivityOnStart (Activity activity)

Parameters

activity
The activity being started.

Remarks

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