setDeleteConversationCode method
Implementation
void setDeleteConversationCode(int code) {
_deleteConversationCode = code;
notifyListener(TencentCloudChatContactDataKeys.deleteConversationCode as T);
}
void setDeleteConversationCode(int code) {
_deleteConversationCode = code;
notifyListener(TencentCloudChatContactDataKeys.deleteConversationCode as T);
}