All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.vanniktech.ui.theming.night.NightModeHandler.kt Maven / Gradle / Ivy

package com.vanniktech.ui.theming.night

interface NightModeHandler {
  /** Returns true if we are this current moment using the night mode. */
  fun isNightMode(): Boolean

  fun updateBehavior(nightModeBehavior: NightModeBehavior)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy