DestinationsBooleanArrayListNavType

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