ApplicationStartInfo.LaunchModeSingleTask Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.ApplicationStartInfoLaunchMode enum directly instead of this field.

Identisch mit "singleTask", mit der Ausnahme, dass das System keine anderen Aktivitäten in der Aufgabe startet, die die Instanz enthält.

[Android.Runtime.Register("LAUNCH_MODE_SINGLE_TASK", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoLaunchMode enum directly instead of this field.", true)]
public const Android.App.ApplicationStartInfoLaunchMode LaunchModeSingleTask = 3;
[<Android.Runtime.Register("LAUNCH_MODE_SINGLE_TASK", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoLaunchMode enum directly instead of this field.", true)>]
val mutable LaunchModeSingleTask : Android.App.ApplicationStartInfoLaunchMode

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Identisch mit "singleTask", mit der Ausnahme, dass das System keine anderen Aktivitäten in der Aufgabe startet, die die Instanz enthält. Die Aktivität ist immer das einzelne und einzige Mitglied seiner Aufgabe.

Android-Referenz für android.app.ApplicationStartInfo.LAUNCH_MODE_SINGLE_TASK.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: