useDeeplink
Retrieves the deeplink URL that launched the Mini, enabling external links to open specific screens with context. Use on mount to route to the correct initial screen based on the returned path, queryParams or hash. Common use: email/notification links opening to specific nested screens.
Anchor to useDeeplinkuse Deeplink()
use Deeplink()
UseDeeplinkReturnTypeUseDeeplinkReturnType
UseDeeplinkReturnType
- hash
The hash of the deeplink.
string - path
The path of the deeplink.
string - queryParams
The query parameters of the deeplink.
{ [key: string]: string; }
Was this page helpful?