putBundle

fun Boomerang.putBundle(key: String, value: Bundle)(source)

Stores an Android Bundle in the Boomerang with the given key.

This extension function is only available on the Android platform. It casts the Boomerang to AndroidBoomerang and uses the underlying Bundle.

Parameters

key

The key to store the value under

value

The Android Bundle to store