ApplicationStartInfo.LaunchModeStandard Campo

Definição

Cuidado

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

Padrão.

[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 do campo

Value = 0

Implementações

Atributos

Comentários

Padrão. O sistema sempre cria uma nova instância da atividade na tarefa de destino e roteia a intenção para ela.

Referência do Android para android.app.ApplicationStartInfo.LAUNCH_MODE_STANDARD.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a