Interface IConversationsApiListener
public interface IConversationsApiListener
Methods
OnConversationCreated(Conversation)
void OnConversationCreated(Conversation conversation)
Parameters
conversation Conversation
OnConversationDeleted(string, bool)
void OnConversationDeleted(string id, bool success)
Parameters
id string
success bool
OnConversationItemsLoaded(ConversationItem[])
void OnConversationItemsLoaded(ConversationItem[] items)
Parameters
items ConversationItem[]
OnConversationListLoaded(Conversation[])
void OnConversationListLoaded(Conversation[] conversations)
Parameters
conversations Conversation[]
OnConversationLoaded(Conversation)
void OnConversationLoaded(Conversation conversation)
Parameters
conversation Conversation
OnConversationTitleUpdated(string)
void OnConversationTitleUpdated(string newTitle)
Parameters
newTitle string