π Deep links
Open an SDK screen from a custom scheme, universal link, or push payload.
Platform code & examples
Platform selector β Navigation (deep links) and Configuration (initialize DeepLinkConfig).
Flowβ
- Configure
DeepLinkConfigat initialize (scheme, host, path prefix). - After connect, forward the URL to
handleDeepLink(uri)or parse and callnavigate(destination). - If the link targets the other module, use a module container.
Path mappingβ
URLs map to the same destinations as navigate (e.g. /sdk/nutrition/plans/{id} β plan detail). See internal paths in the catalogue.
Prefer navigate when the host already knows the screen; use handleDeepLink when the entry point is external.