Local Notifications - StansAssets/com.stansassets.ultimate-mobile GitHub Wiki

List of Local Notifications related Ultimate Mobile Playmaker actions.

UM_RemoveAllPendingNotifications

Cancel all scheduled notifications.

UM_RemovePendingNotification

Cancel specified local notification.

Fileds:

  • Notification Id [Int32] - id of the local notification request you want to cancel.

UM_ScheduleLocalNotification

Use this action call schedule new local notification.

Fileds:

  • Notification Title [string] - title of local notification.
  • Notification Message [string] - main message of local notification.
  • Notification Time [Int32] - a number of seconds after local notification will be delivered
  • Notification Id [Int32] - id of this local notification. Any unique id. If local notification with the same id was already scheduled, it will be replaced with a new one.

Events:

  • Success Event - fires on action success.
  • Fail Event - - fires if action is failed.
⚠️ **GitHub.com Fallback** ⚠️