addBundleToMap

open fun addBundleToMap(bundle: Bundle, keys: List<String>, map: Map<String, String>): Map<String, String>

Adds a map of key-value pairs extracted from a bundle.

Return

Map with the additions.

Parameters

bundle

Bundle.

keys

Keys.

map

Map to be added to.