GladlyNotificationDelegate

public protocol GladlyNotificationDelegate : AnyObject

Delegate protocol for events related to notifications.

  • Notifies the delegate when a notification for a new message is received but Gladly will not handle it. This occurs when the application is in the foreground and Gladly is not visible.

    Declaration

    Swift

    func notification(didReceiveNewMessageEvent messageEvent: GladlyMessageEvent)

    Parameters

    messageEvent

    The messageEvent that arrived.