create Meta Counters
fun BaseChannel.createMetaCounters(metaCounterMap: Map<String, Int>, handler: ResultHandler<Map<String, Int>>?)
Create meta counters
Since
4.15.0
Parameters
meta Counter Map
The meta counter map to create
handler
The handler for the result
Deprecated
As of 4.17.0, replaced with awaitCreateMetaCounters(metaCounterMap).
Replace with
awaitCreateMetaCounters(metaCounterMap)
Content copied to clipboard
Create meta counters
Return
The created meta counter map
Since
4.15.0
Parameters
meta Counter Map
The meta counter map to create