MCPcopy Index your code
hub / github.com/NativeScript/firebase / onLink

Method onLink

packages/firebase-dynamic-links/common.ts:77–77  ·  view source on GitHub ↗
(listener: OnLinkListener)

Source from the content-addressed store, hash-verified

75 createShortLink(link: string, domainUriPrefix: string, shortLinkType?: ShortLinkType): IDynamicLinkParameters;
76 buildLink(link: IDynamicLinkParameters): Promise<string>;
77 onLink(listener: OnLinkListener);
78 resolveLink(link: string): Promise<IDynamicLink>;
79}

Callers 2

app.tsFile · 0.65
app.tsFile · 0.65

Implementers 3

DynamicLinkspackages/firebase-dynamic-links/index.
DynamicLinkspackages/firebase-dynamic-links/index.
DynamicLinkspackages/firebase-dynamic-links/index.

Calls

no outgoing calls

Tested by

no test coverage detected