bundleOf

fun bundleOf(vararg pairs: Pair<String, Any?>): Bundle(source)

Returns a new Bundle with the given key/value pairs as elements.

Throws

When a value is not a supported type of Bundle.


Returns a new empty Bundle.