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
actionEvent received (leave, new)
participantParticipant who makes the action
QNGroupChatActionsDelegate Protocol Reference