Control.StatusError 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.

Se usa para indicar que se produjo un error temporal al cargar el estado del dispositivo.

[Android.Runtime.Register("STATUS_ERROR", 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 StatusError = 3;
[<Android.Runtime.Register("STATUS_ERROR", 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 StatusError : Android.Service.Controls.ControlStatus

Valor de campo

Value = 3

Implementaciones

Atributos

Comentarios

Se usa para indicar que se produjo un error temporal al cargar el estado del dispositivo. Se mostrará un mensaje de error predeterminado en lugar de cualquier texto personalizado que se estableció a través StatefulBuilder#setStatusTextde .

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

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