Use Cases
Quick-start guides for deep linking using PlayMaker custom actions.
Available Use Cases
1. Campaign Link Navigation
What it does: Handle universal links from marketing
Actions: 2 (OnUniversalLinkOpen, GetUniversalLinkResult)
2. OAuth Callback
What it does: Handle custom scheme for auth redirects
Actions: 2 (OnCustomSchemeUrlOpen, GetCustomSchemeResult)
3. Route by Host/Path
What it does: Safely route to screens/scenes based on
host+pathActions: 2 (OnUniversalLinkOpen or OnCustomSchemeUrlOpen, Get*Result)
4. Read Query Param by Key
What it does: Extract a specific query parameter (example:
token,campaign) fromqueryKeys/queryValuesActions: 2 (OnUniversalLinkOpen or OnCustomSchemeUrlOpen, Get*Result)
Quick Action Reference
DeepLinkServicesOnUniversalLinkOpen
Listen for universal links
DeepLinkServicesGetUniversalLinkResult
Read cached universal link details
DeepLinkServicesOnCustomSchemeUrlOpen
Listen for custom scheme URLs
DeepLinkServicesGetCustomSchemeResult
Read cached custom scheme details
Related Documentation
Last updated