Instrumentation.ActivityMonitor.LastActivity Property

Definition

Retrieve the most recent activity class that was seen by this monitor.

public Android.App.Activity LastActivity { [Android.Runtime.Register("getLastActivity", "()Landroid/app/Activity;", "")] get; }
[<get: Android.Runtime.Register("getLastActivity", "()Landroid/app/Activity;", "")>]
member this.LastActivity : Android.App.Activity

Property Value

Attributes

Remarks

Retrieve the most recent activity class that was seen by this monitor.

Java documentation for android.app.Instrumentation.ActivityMonitor.getLastActivity().

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