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

Method url

packages/firebase-dynamic-links/index.android.ts:431–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 return String(this.native.getMinimumAppVersion());
430 }
431 get url(): string {
432 return this.native?.getLink?.()?.toString?.();
433 }
434
435 get utmParameters(): Record<string, string> {
436 return deserialize(this.native.getUtmParameters());

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected