NavScreen

open class NavScreen(val name: String, argPrefix: String = "") : RequiredEnabledKeyNamespace

Constructors

Link copied to clipboard
fun NavScreen(name: String, argPrefix: String = "")

Functions

Link copied to clipboard
open fun <T : Any, BACKED_BY, GETTER : KeyValueGetter, SETTER : KeyValueSetter> AsyncKey<T?, BACKED_BY, GETTER, SETTER>.required(doesNotExistError: () -> Throwable): AsyncKey<T, BACKED_BY, GETTER, SETTER>
open fun <T : Any, BACKED_BY, GETTER : KeyValueGetter, SETTER : KeyValueSetter> Key<T?, BACKED_BY, GETTER, SETTER>.required(doesNotExistError: () -> Throwable): Key<T, BACKED_BY, GETTER, SETTER>

Properties

Link copied to clipboard
val name: String