ApplicationStartInfo.StartReasonBroadcast Feld

Definition

Achtung

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

Der Prozess wurde aufgrund der Übertragung gestartet, die aus irgendeinem Grund nicht explizit aufgeführt wurde.

[Android.Runtime.Register("START_REASON_BROADCAST", 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 StartReasonBroadcast = 3;
[<Android.Runtime.Register("START_REASON_BROADCAST", 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 StartReasonBroadcast : Android.App.ApplicationStartInfoStartReason

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Der Prozess wurde aufgrund der Übertragung gestartet, die aus irgendeinem Grund nicht explizit aufgeführt wurde.

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

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: