Langue

ApplicationStartInfo.StartReasonOther Champ

Définition

Attention

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

Le processus n’a démarré pour aucune des raisons répertoriées.

[Android.Runtime.Register("START_REASON_OTHER", 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 StartReasonOther = 8;
[<Android.Runtime.Register("START_REASON_OTHER", 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 StartReasonOther : Android.App.ApplicationStartInfoStartReason

Valeur de champ

Value = 8

Implémente

Attributs

Remarques

Le processus n’a démarré pour aucune des raisons répertoriées.

Java documentation pour android.app.ApplicationStartInfo.START_REASON_OTHER.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à