Condividi tramite


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.

Documentazione java 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 dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a