StatusBarManager.TileAddRequestErrorAppNotInForeground Feld

Definition

Achtung

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

Gibt an, dass sich die anfordernde Anwendung nicht im Vordergrund befindet.

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

Feldwert

Value = 1004
Attribute

Hinweise

Gibt an, dass sich die anfordernde Anwendung nicht im Vordergrund befindet.

Android-Referenz für android.app.StatusBarManager.TILE_ADD_REQUEST_ERROR_APP_NOT_IN_FOREGROUND.

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: