Control.StatusOk Campo

Definizione

Attenzione

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

Usato per indicare che lo stato del dispositivo è stato recuperato correttamente.

[Android.Runtime.Register("STATUS_OK", 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 StatusOk = 1;
[<Android.Runtime.Register("STATUS_OK", 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 StatusOk : Android.Service.Controls.ControlStatus

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Usato per indicare che lo stato del dispositivo è stato recuperato correttamente. Sono inclusi tutti gli scenari in cui il dispositivo potrebbe avere un avviso per l'utente, ad esempio "Blocca bloccato" o "Vuoto bloccato". Qualsiasi informazione per l'utente deve essere impostata tramite StatefulBuilder#setStatusText.

per android.service.controls.Control.STATUS_OK.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a