Condividi tramite


UiModeManager.ModeNightNo Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.App.UiNightMode enum directly instead of this field.

Costante per #setNightMode(int) e #getNightMode(): non viene mai eseguita in modalità notturna.

[Android.Runtime.Register("MODE_NIGHT_NO")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.UiNightMode enum directly instead of this field.", true)]
public const Android.App.UiNightMode ModeNightNo = 1;
[<Android.Runtime.Register("MODE_NIGHT_NO")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.UiNightMode enum directly instead of this field.", true)>]
val mutable ModeNightNo : Android.App.UiNightMode

Valore del campo

Value = 1
Attributi

Commenti

Costante per #setNightMode(int) e #getNightMode(): non viene mai eseguita in modalità notturna.

Documentazione java per android.app.UiModeManager.MODE_NIGHT_NO.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a