NavigationBundleSpecType

Types of data a NavigationBundleSpecRow can be associated with.

Parameters

T

the type of value this NavigationBundleSpecType is representing.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class SerializedType<T>(serializer: KSerializer<T>) : NavigationBundleSpecType<T>

A NavigationBundleSpecType that represents a serializable T

Functions

Link copied to clipboard
abstract fun convertValue(value: T): NavigationBundleValue<T>

Converts a given value T to the NavigationBundleValue associated with this type