Use Cases
Quick-start guides for deep linking using PlayMaker custom actions.
Available Use Cases
What it does: Handle universal links from marketing
Actions: 2 (OnUniversalLinkOpen, GetUniversalLinkResult)
What it does: Handle custom scheme for auth redirects
Actions: 2 (OnCustomSchemeUrlOpen, GetCustomSchemeResult)
What it does: Safely route to screens/scenes based on
host+pathActions: 2 (OnUniversalLinkOpen or OnCustomSchemeUrlOpen, Get*Result)
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
Was this helpful?