Control.StatusUnknown Campo

Definizione

Attenzione

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

Riservato per l'uso con e durante il StatelessBuildercaricamento.

[Android.Runtime.Register("STATUS_UNKNOWN", 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 StatusUnknown = 0;
[<Android.Runtime.Register("STATUS_UNKNOWN", 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 StatusUnknown : Android.Service.Controls.ControlStatus

Valore del campo

Value = 0

Implementazioni

Attributi

Commenti

Riservato per l'uso con e durante il StatelessBuildercaricamento. Quando lo stato viene richiesto tramite ControlsProviderService#createPublisherFor, usare altri codici di stato per indicare lo stato corretto del dispositivo.

per android.service.controls.Control.STATUS_UNKNOWN.

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