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

Method putMetric

packages/firebase-performance/index.android.ts:100–102  ·  view source on GitHub ↗
(metricName: string, value: number)

Source from the content-addressed store, hash-verified

98 this.native.putAttribute(attribute, value);
99 }
100 putMetric(metricName: string, value: number): void {
101 this.native.putMetric(metricName, value);
102 }
103 removeMetric(metricName: string): void {
104 this.native.removeAttribute(metricName);
105 }

Callers

nothing calls this directly

Calls 1

putMetricMethod · 0.65

Tested by

no test coverage detected