TaskInfo.BaseIntent Property

Definition

The base intent of the task (generally the intent that launched the task).

[Android.Runtime.Register("baseIntent", ApiSince=29)]
public Android.Content.Intent BaseIntent { get; set; }
[<Android.Runtime.Register("baseIntent", ApiSince=29)>]
member this.BaseIntent : Android.Content.Intent with get, set

Property Value

Attributes

Remarks

The base intent of the task (generally the intent that launched the task). This intent can be used to relaunch the task (if it is no longer running) or brought to the front if it is.

Java documentation for android.app.TaskInfo.baseIntent.

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