ActivityManager.AppTask.TaskInfo Property

Definition

Get the RecentTaskInfo associated with this task.

public virtual Android.App.ActivityManager.RecentTaskInfo? TaskInfo { [Android.Runtime.Register("getTaskInfo", "()Landroid/app/ActivityManager$RecentTaskInfo;", "GetGetTaskInfoHandler")] get; }
[<get: Android.Runtime.Register("getTaskInfo", "()Landroid/app/ActivityManager$RecentTaskInfo;", "GetGetTaskInfoHandler")>]
member this.TaskInfo : Android.App.ActivityManager.RecentTaskInfo

Property Value

The RecentTaskInfo for this task, or null if the task no longer exists.

Attributes

Remarks

Get the RecentTaskInfo associated with this task.

Android reference for android.app.ActivityManager.AppTask.getTaskInfo.

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