increaseMetaCounters

fun increaseMetaCounters(metaCounterMap: Map<String, Int>, handler: MetaCounterHandler?)

Increases meta counters. This increases atomically the keyed meta counter by the specified value.

Parameters

metaCounterMap

Meta counter key-value map to increase by the specified value.

handler

Callback handler.