ApplicationStartInfo.StartComponentService Feld

Definition

Achtung

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

Der Prozess wurde für eine Dienstkomponente gestartet.

[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

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Der Prozess wurde für eine Dienstkomponente gestartet.

Android-Referenz für android.app.ApplicationStartInfo.START_COMPONENT_SERVICE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: