Langue

ApplicationStartInfo.StartComponentService Champ

Définition

Attention

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

Le processus a été démarré pour un composant de service.

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

Valeur de champ

Value = 4

Implémente

Attributs

Remarques

Le processus a été démarré pour un composant de service.

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

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 à