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

Method putAttribute

packages/firebase-performance/index.android.ts:97–99  ·  view source on GitHub ↗
(attribute: string, value: string)

Source from the content-addressed store, hash-verified

95 this.native.incrementMetric(metricName, incrementBy);
96 }
97 putAttribute(attribute: string, value: string): void {
98 this.native.putAttribute(attribute, value);
99 }
100 putMetric(metricName: string, value: number): void {
101 this.native.putMetric(metricName, value);
102 }

Callers

nothing calls this directly

Calls 1

putAttributeMethod · 0.65

Tested by

no test coverage detected