//core/com.petersamokhin.vksdk.core.http/Parameters/putAll
putAll¶
[common]\ fun putAll(other: Parameters)
Add all content from another instance of Parameters
Parameters¶
common
other | Another instance |
[common]\ fun putAll(otherMap: Map<String, Any?>)
Add all content from the other map
Parameters¶
common
otherMap | Other map |