Control.StatusNotFound Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Service.Controls.ControlStatus enum directly instead of this field.

O dispositivo correspondente ao Control não pode ser encontrado ou foi removido.

[Android.Runtime.Register("STATUS_NOT_FOUND", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.ControlStatus enum directly instead of this field.", true)]
public const Android.Service.Controls.ControlStatus StatusNotFound = 2;
[<Android.Runtime.Register("STATUS_NOT_FOUND", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.ControlStatus enum directly instead of this field.", true)>]
val mutable StatusNotFound : Android.Service.Controls.ControlStatus

Valor do campo

Value = 2

Implementações

Atributos

Comentários

O dispositivo correspondente ao Control não pode ser encontrado ou foi removido. O usuário será alertado e direcionado para o aplicativo a ser resolvido.

Java documentação para android.service.controls.Control.STATUS_NOT_FOUND.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a