DestinationsFloatNavType

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