Langue

ApplicationStartInfo.StartReasonPush 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 a démarré en raison d’un message Push.

[Android.Runtime.Register("START_REASON_PUSH", 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 StartReasonPush = 9;
[<Android.Runtime.Register("START_REASON_PUSH", 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 StartReasonPush : Android.App.ApplicationStartInfoStartReason

Valeur de champ

Value = 9

Implémente

Attributs

Remarques

Le processus a démarré en raison d’un message Push.

Référence Android pour android.app.ApplicationStartInfo.START_REASON_PUSH.

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 à