get Meta Counters
fun BaseChannel.getMetaCounters(keys: Collection<String>, handler: ResultHandler<Map<String, Int>>?)
Get meta counters
Since
4.15.0
Parameters
keys
The keys of the meta counters to get
handler
The handler for the result
Deprecated
As of 4.17.0, replaced with awaitGetMetaCounters(keys).
Replace with
awaitGetMetaCounters(keys)
Content copied to clipboard
Get meta counters
Return
The meta counter map
Since
4.15.0
Parameters
keys
The keys to get meta counters