Stay organized with collections
Save and categorize content based on your preferences.
public static interface
NavigationView.OnNightModeChangedListener
Interface for a listener which will be notified when the UI enters or exits "night mode". In
night mode, user interface elements have reduced brightness and a different color scheme.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[[["`NavigationView.OnNightModeChangedListener` is an interface used for detecting UI night mode changes in an Android application."],["It includes the `onNightModeChanged` method, which is triggered upon registration and whenever night mode is entered or exited, providing details about the change through a `NightModeChangedEvent` object."]]],[]]