Idioma

ApplicationStartInfo.StartReasonLauncher Campo

Definição

Cuidado

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

Processo iniciado devido ao clique no ícone do aplicativo ou no widget do inicializador.

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

Valor do campo

Value = 6

Implementações

Atributos

Comentários

Processo iniciado devido ao clique no ícone do aplicativo ou no widget do inicializador.

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

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