KBMConversationListDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | KBMConversationListDelegate.h |
Overview
Delegate protocol for events related to the conversation list and create conversation
Creating a delegate is optional, and may be used to receive callbacks.
– shouldCreateCustomConversationFlow
required method
Asks the delegate if it wants to create it’s own create conversation flow.
- (BOOL)shouldCreateCustomConversationFlowReturn Value
YES/TRUE indicates that the SDK should NOT create a conversation.
Discussion
Called when a user taps the ‘New Conversation’ button on the SDK Conversation List screen.
Declared In
KBMConversationListDelegate.h
– conversationListDidSelectCreateConversation
Notifies the delegate that a user has tapped the ‘New Conversation’ button on the SDK Conversation List screen.
- (void)conversationListDidSelectCreateConversationDiscussion
Called from the main thread when a user taps the ‘New Conversation’ button on the SDK Conversation List screen.
Declared In
KBMConversationListDelegate.h