Other Chat Feature
#
Clear chat messagesNote : If Clear chat feature unavailable for your plan then it will not display in
MFUIActionSheetItem
.
Clear chat messages is a feature which allows users to delete the chat messages to reduce the storage usage. if you want to clear the messages for the entire chat, or multiple chats then you can refer the below image.
#
Delete Single and Group chat messagesNote : If Delete single message feature unavailable for your plan then it will not display in
MFUIMessageInputView
.
Delete messsage is a feature which is found in modern messaging apps which allows the user to delete the message once it is sent. You can delete sent and received messages.
#
Delete ChatNote : If Delete Chat feature unavailable for your plan then it will not display in the header of
MFUIRecentChatListViewController
.
Delete Chat is a feature which is found in modern messaging apps which allows the user to delete the chat. You can delete Single and group chat.
#
Translate MessageTranslage message is a feature which allows users to translate message to other languate. By means of it, user can read text messages in their own language.
#
Mute user/GroupIf you want to mute the notifications for the chat of a user or a group, you can refer the below screenshot.
#
Mute/Unmute Recent Chat#
Mute/Unmute Single or Group Chat#
Customize MFUIStringSetThe following table shows a customizable property of MFUIStringSet
that appears in the Message Info. The MFUIStringSet
is a set of strings used to compose a view.
You need to modify the stringSet values in advance if you want to make changes to the view.
Property name | Description |
---|---|
mute_notification_title | A text for the title of Group and User Info cell |
#
Customize MFUIIconSetThe following table shows a customizable menu cell icon.
Icon name | Description |
---|---|
muted | An icon used to list for RecentCell |
mute | An icon used to list for RecentChatHeader |
unmute | An icon used to list for RecentChatHeader |
#
Copy chat messagesCopy chat messages is a feature which allows users to Copy the chat text and image/video captions messages in clipboard. if you want to copy the text and image/video captions messages in chat conversation screen then you can refer the below image.
#
LogoutInitialize the below method in AppDelegate. If logout is success below call back method will be triggered.