Package-level declarations

Types

Link copied to clipboard
interface EventDetail : JsAny

JavaScript event detail interface for storage change notifications.

Functions

Link copied to clipboard
external fun EventDetail(key: String, value: String): EventDetail

Creates an EventDetail instance with the specified key and value.

Link copied to clipboard
fun themeViewModel(preferencesFileName: String = "theme_animator.preferences_pb", preferencesKey: String = "STORE_KEY_THEME", jvmChildDirectory: String = ".myapp"): ThemeProvider

Creates and provides a ThemeProvider backed by persistent storage using Android's ViewModel.