Lenguaje

ApplicationStartInfo.LaunchModeStandard Campo

Definición

Precaución

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

Predeterminada.

[Android.Runtime.Register("LAUNCH_MODE_STANDARD", 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 LaunchModeStandard = 0;
[<Android.Runtime.Register("LAUNCH_MODE_STANDARD", 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 LaunchModeStandard : Android.App.ApplicationStartInfoLaunchMode

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Predeterminada. El sistema siempre crea una nueva instancia de la actividad en la tarea de destino y enruta la intención a ella.

Referencia de Android para android.app.ApplicationStartInfo.LAUNCH_MODE_STANDARD.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a