StatusBarManager.TileAddRequestErrorAppNotInForeground Campo

Definizione

Attenzione

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

Indica che l'applicazione richiedente non è in primo piano.

[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

Valore del campo

Value = 1004
Attributi

Commenti

Indica che l'applicazione richiedente non è in primo piano.

Informazioni di riferimento su Android per android.app.StatusBarManager.TILE_ADD_REQUEST_ERROR_APP_NOT_IN_FOREGROUND.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a