Use Cases
Available Use Cases
3. Custom Icons
Quick Action Reference
Action
Purpose
Platform Support
Related Documentation
Last updated
Quick-start guides for home screen shortcuts and quick actions using PlayMaker custom actions.
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)
What it does: Use iconFileName correctly (via AppShortcuts settings Icons list)
Actions: 1 (AppShortcutsAddShortcut)
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
iOS: 3D Touch/Haptic Touch shortcuts (iOS 9+)
Android: Long-press app icon shortcuts (API 25+)
Limit: Platform limits apply (commonly 4 shortcuts)
Last updated