NotificationsDelegate

public protocol NotificationsDelegate : AnyObject

A delegate for implementing a handler of Notification updates

  • Function called when new Notifications have been received or existing Notifications are updated. Also called when delegate is first added with the list of Notifications stored on the phone.

    Declaration

    Swift

    func onNotificationsUpdated(addedOrUpdatedNotifications: [BroadcastNotification])

    Parameters

    addedOrUpdatedNotifications

    list of added or updated Notifications.