Partager via


StatusBarManager.TileAddRequestErrorBadComponent Champ

Définition

Attention

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

Indique que le composant ne correspond pas à un élément exporté android.service.quicksettings.TileService activé pour l’utilisateur actuel.

[Android.Runtime.Register("TILE_ADD_REQUEST_ERROR_BAD_COMPONENT", 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 TileAddRequestErrorBadComponent = 1002;
[<Android.Runtime.Register("TILE_ADD_REQUEST_ERROR_BAD_COMPONENT", 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 TileAddRequestErrorBadComponent : Android.App.TileAddRequestError

Valeur de champ

Value = 1002
Attributs

Remarques

Indique que le composant ne correspond pas à un élément exporté android.service.quicksettings.TileService activé pour l’utilisateur actuel.

Documentation Java pour android.app.StatusBarManager.TILE_ADD_REQUEST_ERROR_BAD_COMPONENT.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à