decreaseMetaCounters

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

Decreases meta counters. This decreases atomically the keyed meta counter by the specified value.

Parameters

metaCounterMap

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

handler

Callback handler.