QNGroupChatActionsDelegate
public protocol QNGroupChatActionsDelegate : AnyObject
Delegate to receive new chat messages
-
Called when a participant makes a new action
Declaration
Swift
func didReceiveEvent(_ action: QNChatParticipant.Action, from participant: QNChatParticipant)
Parameters
action
Event received (leave, new)
participant
Participant who makes the action