UiModeManager.ModeNightAuto Campo

Definición

Precaución

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

Constante para setNightMode(int) y getNightMode(): activa y desactiva automáticamente el modo nocturno en función del tiempo.

[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

Valor de campo

Value = 0
Atributos

Comentarios

Constante para setNightMode(int) y getNightMode(): activa y desactiva automáticamente el modo nocturno en función del tiempo.

Referencia de Android para android.app.UiModeManager.MODE_NIGHT_AUTO.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a