Use Cases
Quick-start guides for home screen shortcuts and quick actions using PlayMaker custom actions.
Available Use Cases
What it does: Register shortcuts and route when user clicks one
Actions: 2 (
AppShortcutsAddShortcut,AppShortcutsOnShortcutClicked)
What it does: Add/update/remove shortcuts based on app state
Actions: 2 (
AppShortcutsAddShortcut,AppShortcutsRemoveShortcut)
3. Custom Icons
What it does: Use
iconFileNamecorrectly (via AppShortcuts settings Icons list)Actions: 1 (
AppShortcutsAddShortcut)
Quick Action Reference
AppShortcutsAddShortcut
Create or update home screen shortcut
AppShortcutsGetAddShortcutError
Read cached error after add failure
AppShortcutsRemoveShortcut
Remove specific shortcut by ID
AppShortcutsGetRemoveShortcutError
Read cached error after remove failure
AppShortcutsOnShortcutClicked
Listen for shortcut click events
Platform Support
iOS: 3D Touch/Haptic Touch shortcuts (iOS 9+)
Android: Long-press app icon shortcuts (API 25+)
Limit: Platform limits apply (commonly 4 shortcuts)
Related Documentation
Last updated
Was this helpful?