ActivityManager.AppTasks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The list of tasks associated with the application making this call.
- Attributes
Exceptions
Remarks
Get the list of tasks associated with the calling application.
Java documentation for android.app.ActivityManager.getAppTasks()
.
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.