Condividi tramite


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

Valore del campo

Value = 3
Attributi

Commenti

Costante per #setNightMode(int) e #getNightMode(): cambia automaticamente la modalità notturna in base all'ora.

Documentazione java per android.app.UiModeManager.MODE_NIGHT_CUSTOM.

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