Поделиться через


UiModeManager.ModeNightCustom Поле

Определение

Внимание!

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

Константа для #setNightMode(int) и #getNightMode(): автоматически переключаются в ночной режим и отключается в зависимости от времени.

[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

Значение поля

Value = 3
Атрибуты

Комментарии

Константа для #setNightMode(int) и #getNightMode(): автоматически переключаются в ночной режим и отключается в зависимости от времени.

Документация по Java для android.app.UiModeManager.MODE_NIGHT_CUSTOM.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к