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

Method handleOpenURL

packages/firebase-analytics/index.ios.ts:32–36  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

30 }
31
32 handleOpenURL(url: string): void {
33 try {
34 FIRAnalytics.handleOpenURL(NSURL.URLWithString(url));
35 } catch (e) {}
36 }
37
38 handleUserActivity(userActivity: any): void {
39 FIRAnalytics.handleUserActivity(userActivity);

Callers

nothing calls this directly

Calls 1

handleOpenURLMethod · 0.65

Tested by

no test coverage detected