putAll

fun putAll(map: Map<String, Any>)(source)

Adds all entries from the given map to the context.

Parameters

map

The map of parameters to add


fun putAll(vararg pairs: Pair<String, Any>)(source)

Adds all given key-value pairs to the context.

Parameters

pairs

The parameters to add