Langue

ApplicationStartInfo.StartReasonContentProvider 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 de l’accès à ContentProvider pour une raison non répertoriée explicitement.

[Android.Runtime.Register("START_REASON_CONTENT_PROVIDER", 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 StartReasonContentProvider = 4;
[<Android.Runtime.Register("START_REASON_CONTENT_PROVIDER", 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 StartReasonContentProvider : Android.App.ApplicationStartInfoStartReason

Valeur de champ

Value = 4

Implémente

Attributs

Remarques

Le processus a démarré en raison de l’accès à ContentProvider pour une raison non répertoriée explicitement.

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

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 à