Wizard Deep Link Handler
Component Detail
Infrastructure
low complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Parses incoming deep-link URIs (e.g. meander://register?contactId=xyz) and extracts pre-population parameters. Invoked during app routing to pass a contactId to the Activity Wizard Screen, enabling coordinator proxy registration from the contacts list.
wizard-deep-link-handler
Responsibilities
- Parse deep-link URI query parameters for the wizard route
- Map contactId parameter to wizard initial state
- Handle malformed or missing parameters gracefully without crashing
Interfaces
WizardDeepLinkParams? parse(Uri uri)