Android.App.Instrumentation.CallActivityOnUserLeaving Method
Perform calling of an activity's Activity.OnUserLeaveHint method.

Syntax

[Android.Runtime.Register("callActivityOnUserLeaving", "(Landroid/app/Activity;)V", "GetCallActivityOnUserLeaving_Landroid_app_Activity_Handler")]
public virtual void CallActivityOnUserLeaving (Activity activity)

Parameters

activity
The activity being notified that the user has navigated away

Remarks

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