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
client
Which the event belong to.
event
Belong to the client, @see
IMClientEvent
. -
Delegate function of the event about the conversation.
Declaration
Swift
func client(_ client: IMClient, conversation: IMConversation, event: IMConversationEvent)
Parameters
client
Which the conversation belong to.
conversation
Which the event belong to.
event
Belong to the conversation, @see
IMConversationEvent
.