Use Cases
Available Use Cases
Quick Action Reference
Action
Purpose
Related Documentation
Last updated
Quick-start guides for deep linking using PlayMaker custom actions.
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 + path
Actions: 2 (OnUniversalLinkOpen or OnCustomSchemeUrlOpen, Get*Result)
What it does: Extract a specific query parameter (example: token, campaign) from queryKeys/queryValues
Actions: 2 (OnUniversalLinkOpen or OnCustomSchemeUrlOpen, Get*Result)
DeepLinkServicesOnUniversalLinkOpen
Listen for universal links
DeepLinkServicesGetUniversalLinkResult
Read cached universal link details
DeepLinkServicesOnCustomSchemeUrlOpen
Listen for custom scheme URLs
DeepLinkServicesGetCustomSchemeResult
Read cached custom scheme details
Last updated