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: ERROR CLASS: Symbol not found for Pair<kotlin/String, kotlin/Any>)(source)

Adds all given key-value pairs to the context.

Parameters

pairs

The parameters to add