Skip to content

TTMSFMXNativeAppShortcuts

Usage

The TMSFMXNativeAppShortcuts class adds different shortcuts with linked actions by pressing your app's icon on the home screen.

Public Methods

Methods name Description
ClearShortcutItems Clears the list of shortcut items on the iOS device.
UpdateShortcutItems Pushes the list of shortcut items on the iOS device.

Published Events

Events name Description
OnShortcutItemsUpdated Event called when the list of shortcut items is pusehd on the iOS device.
OnShortcutItemExecuted Event called when the a shortcut item was executed.
OnShortcutItemNotFound Event called when the app was opened via a shortcut item, but the item couldn't be found.