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

Interface IDynamicLinks

packages/firebase-dynamic-links/common.ts:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70export type OnLinkListener = (link: IDynamicLink | null, error: FirebaseError | null) => void;
71
72export interface IDynamicLinks {
73 app: FirebaseApp;
74 createLink(link: string, domainUriPrefix: string): IDynamicLinkParameters;
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 5

constructorMethod · 0.65
constructorMethod · 0.65
app.tsFile · 0.65
app.tsFile · 0.65
resolveLinkMethod · 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…