NavigationBundle

A container class that bundles a set of data for sharing between classes. Only takes values in a NavigationBundleSpec

Parameters

R

the NavigationBundleSpecRow associated with this bundle.

Properties

Link copied to clipboard

The NavigationBundleSpec describing the bundle.

Link copied to clipboard

Functions

Link copied to clipboard
fun <V, S : NavigationBundleSpecRow<V>> get(row: S): V

Tries to get data of a given NavigationBundleSpecRow from this bundle

Convenience getter for a NavigationBundle described using a SingleValueNavigationSpec

Link copied to clipboard