addMapToBundle

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

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

Return

Bundle with the additions.

Parameters

map

Map.

keys

Keys.

bundle

Bundle to be added to.