commonMain.com.vanniktech.ui.theming.night.NightModeBehaviorHandler.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-jvm Show documentation
Show all versions of ui-jvm Show documentation
Kotlin Multiplatform UI goodies
package com.vanniktech.ui.theming.night
interface NightModeBehaviorHandler {
fun updateBehavior(nightModeBehavior: NightModeBehavior)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy