MCPcopy Create free account
hub / github.com/NativeScript/firebase / incrementMetric

Method incrementMetric

packages/firebase-performance/index.android.ts:94–96  ·  view source on GitHub ↗
(metricName: string, incrementBy: number)

Source from the content-addressed store, hash-verified

92 return deserialize(this.native.getAttributes());
93 }
94 incrementMetric(metricName: string, incrementBy: number): void {
95 this.native.incrementMetric(metricName, incrementBy);
96 }
97 putAttribute(attribute: string, value: string): void {
98 this.native.putAttribute(attribute, value);
99 }

Callers

nothing calls this directly

Calls 1

incrementMetricMethod · 0.65

Tested by

no test coverage detected