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

commonMain.ru.alexey.event.threads.navgraph.NavigationEvents.kt Maven / Gradle / Ivy

package ru.alexey.event.threads.navgraph

import ru.alexey.event.threads.ExtendableEvent
import ru.alexey.event.threads.StrictEvent
import ru.alexey.event.threads.resources.Parameters
import kotlin.reflect.KClass


open class PopToScreen(val screen: Screen?): StrictEvent
object PopUp : PopToScreen(null)

interface NavigationDestination : ExtendableEvent {
    val params: Parameters
        get() = mapOf()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy