DestinationsLongNavType

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

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): Long?
open override fun get(savedStateHandle: SavedStateHandle, key: String): Long?
Link copied to clipboard
fun parseAndPut(bundle: Bundle, key: String, value: String): Long?
fun parseAndPut(bundle: Bundle, key: String, value: String?, previousValue: Long?): Long?
Link copied to clipboard
open fun parseValue(value: String, previousValue: Long?): Long?
open override fun parseValue(value: String): Long?
Link copied to clipboard
open override fun put(bundle: Bundle, key: String, value: Long?)
Link copied to clipboard
fun safeGet(bundle: Bundle?, key: String): Long?
Link copied to clipboard
open fun serializeAsValue(value: Long?): String
Link copied to clipboard
open override fun serializeValue(value: Long?): String
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open fun valueEquals(value: Long?, other: Long?): Boolean