ActivityManager.AppTasks Property

Definition

Get the list of tasks associated with the calling application.

public virtual System.Collections.Generic.IList<Android.App.ActivityManager.AppTask>? AppTasks { [Android.Runtime.Register("getAppTasks", "()Ljava/util/List;", "GetGetAppTasksHandler")] get; }
[<get: Android.Runtime.Register("getAppTasks", "()Ljava/util/List;", "GetGetAppTasksHandler")>]
member this.AppTasks : System.Collections.Generic.IList<Android.App.ActivityManager.AppTask>

Property Value

IList<AppTask>
Attributes

Exceptions

Remarks

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