DestinationsLongArrayListNavType

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