Android.App.Instrumentation.NewActivity Method
Documentation for this section has not yet been entered.

Syntax

[Android.Runtime.Register("newActivity", "(Ljava/lang/Class;Landroid/content/Context;Landroid/os/IBinder;Landroid/app/Application;Landroid/content/Intent;Landroid/content/pm/ActivityInfo;Ljava/lang/CharSequence;Landroid/app/Activity;Ljava/lang/String;Ljava/lang/Object;)Landroid/app/Activity;", "GetNewActivity_Ljava_lang_Class_Landroid_content_Context_Landroid_os_IBinder_Landroid_app_Application_Landroid_content_Intent_Landroid_content_pm_ActivityInfo_Ljava_lang_CharSequence_Landroid_app_Activity_Ljava_lang_String_Ljava_lang_Object_Handler")]
public virtual Activity NewActivity (Java.Lang.Class clazz, Android.Content.Context context, Android.OS.IBinder token, Application application, Android.Content.Intent intent, Android.Content.PM.ActivityInfo info, Java.Lang.ICharSequence title, Activity parent, string id, Java.Lang.Object lastNonConfigurationInstance)

Parameters

clazz
Documentation for this section has not yet been entered.
context
Documentation for this section has not yet been entered.
token
Documentation for this section has not yet been entered.
application
Documentation for this section has not yet been entered.
intent
Documentation for this section has not yet been entered.
info
Documentation for this section has not yet been entered.
title
Documentation for this section has not yet been entered.
parent
Documentation for this section has not yet been entered.
id
Documentation for this section has not yet been entered.
lastNonConfigurationInstance
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1