IMClientDelegate
public protocol IMClientDelegate : AnyObject
IM Client Delegate
-
Delegate function of the event about the client.
Declaration
Swift
func client(_ client: IMClient, event: IMClientEvent)Parameters
clientWhich the event belong to.
eventBelong to the client, @see
IMClientEvent. -
Delegate function of the event about the conversation.
Declaration
Swift
func client(_ client: IMClient, conversation: IMConversation, event: IMConversationEvent)Parameters
clientWhich the conversation belong to.
conversationWhich the event belong to.
eventBelong to the conversation, @see
IMConversationEvent.
View on GitHub
Install in Dash
IMClientDelegate Protocol Reference