Instrumenting Your App
Freshpaint.shared().track(
"Example Event",
properties: ["Example Property": "Example Value"]
)[[FPAnalytics sharedAnalytics]
track:@"Example Event"
properties:@{ @"Example Property": @"Example Value" }];Verifying the Instrumentation




Last updated
Was this helpful?