Control.StatusNotFound Campo

Definición

Precaución

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

No se encuentra o se ha quitado el Control dispositivo correspondiente a .

[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 de campo

Value = 2

Implementaciones

Atributos

Comentarios

No se encuentra o se ha quitado el Control dispositivo correspondiente a . Se le avisará al usuario y se le dirigirá a la aplicación para resolverla.

Java documentación para android.service.controls.Control.STATUS_NOT_FOUND.

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