StatusBarManager.TileAddRequestErrorBadComponent Campo

Definición

Precaución

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

Indica que el componente no coincide con un TileService exportado habilitado para el usuario actual.

[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

Valor de campo

Value = 1002
Atributos

Comentarios

Indica que el componente no coincide con un TileService exportado habilitado para el usuario actual.

Referencia de Android para android.app.StatusBarManager.TILE_ADD_REQUEST_ERROR_BAD_COMPONENT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a