save

abstract fun save(bundle: Bundle, value: T)

Saves a value to a Bundle.

Parameters

bundle

The Bundle to save the value to.

value

The value to save.