Lingua

UiModeManager.ModeNightAuto 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(): cambia automaticamente la modalità notturna in base all'ora.

[Android.Runtime.Register("MODE_NIGHT_AUTO")]
[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 ModeNightAuto = 0;
[<Android.Runtime.Register("MODE_NIGHT_AUTO")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.UiNightMode enum directly instead of this field.", true)>]
val mutable ModeNightAuto : Android.App.UiNightMode

Valore del campo

Value = 0
Attributi

Commenti

Costante per setNightMode(int) e getNightMode(): attiva e disattiva automaticamente la modalità notte in base all'ora.

Informazioni di riferimento su Android per android.app.UiModeManager.MODE_NIGHT_AUTO.

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