DestinationsEnumNavType

Source https://github.com/raamcosta/compose-destinations

Constructors

Link copied to clipboard
constructor(enumType: Class<E>)

Properties

Link copied to clipboard
Link copied to clipboard
open val name: String

Functions

Link copied to clipboard
open operator override fun get(bundle: Bundle, key: String): E?
open override fun get(savedStateHandle: SavedStateHandle, key: String): E?
Link copied to clipboard
fun parseAndPut(bundle: Bundle, key: String, value: String): E?
fun parseAndPut(bundle: Bundle, key: String, value: String?, previousValue: E?): E?
Link copied to clipboard
open fun parseValue(value: String, previousValue: E?): E?
open override fun parseValue(value: String): E?
Link copied to clipboard
open override fun put(bundle: Bundle, key: String, value: E?)
Link copied to clipboard
fun safeGet(bundle: Bundle?, key: String): E?
Link copied to clipboard
open fun serializeAsValue(value: E?): String
Link copied to clipboard
open override fun serializeValue(value: E?): String
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open fun valueEquals(value: E?, other: E?): Boolean