Instrumentation.CallActivityOnResume(Activity) Method

Definition

Perform calling of an activity's Activity#onResume method.

[Android.Runtime.Register("callActivityOnResume", "(Landroid/app/Activity;)V", "GetCallActivityOnResume_Landroid_app_Activity_Handler")]
public virtual void CallActivityOnResume (Android.App.Activity? activity);
[<Android.Runtime.Register("callActivityOnResume", "(Landroid/app/Activity;)V", "GetCallActivityOnResume_Landroid_app_Activity_Handler")>]
abstract member CallActivityOnResume : Android.App.Activity -> unit
override this.CallActivityOnResume : Android.App.Activity -> unit

Parameters

activity
Activity

The activity being resumed.

Attributes

Remarks

Perform calling of an activity's Activity#onResume method. The default implementation simply calls through to that method.

Java documentation for android.app.Instrumentation.callActivityOnResume(android.app.Activity).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to