getAllMetaCounters

fun BaseChannel.getAllMetaCounters(handler: ResultHandler<Map<String, Int>>?)

Get all meta counters

Since

4.15.0

Parameters

handler

The handler for the result


suspend fun BaseChannel.getAllMetaCounters(): Map<String, Int>

Deprecated

As of 4.17.0, replaced with awaitGetAllMetaCounters().

Replace with

awaitGetAllMetaCounters()

Get all meta counters

Return

The meta counter map

Since

4.15.0