KindlyChatClientDelegate
public protocol KindlyChatClientDelegate : NSObject
A protocol that defines the delegate methods for the KindlyChatClient.
-
Called when the chat button is pressed.
Declaration
Swift
func didPressButton(chatButton: ExternalChatButton, chatLog: [ExternalChatMessage])
Parameters
chatButton
The chat button that was pressed.