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

Method logEvent

packages/firebase-analytics/index.ios.ts:74–76  ·  view source on GitHub ↗
(name: string, parameters: EventParameter)

Source from the content-addressed store, hash-verified

72 }
73
74 logEvent(name: string, parameters: EventParameter): void {
75 FIRAnalytics.logEventWithNameParameters(name, serialize(parameters));
76 }
77
78 resetAnalyticsData(): void {
79 FIRAnalytics.resetAnalyticsData();

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.90

Tested by

no test coverage detected