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
messageEventThe messageEvent that arrived.
Install in Dash
GladlyNotificationDelegate Protocol Reference