Other Chat Feature

Clear chat messages#

Note : 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.

clear_chat

Delete Single and Group chat messages#

Note : 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.

clear_chat

Delete Chat#

Note : 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.

clear_chat

Translate Message#

Translage 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.

clear_chat

clear_chat

Mute user/Group#

If 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#

MuteUnmuteCustomisation

Mute/Unmute Single or Group Chat#

MuteUnmuteSingleGroupCustomisation

Customize MFUIStringSet#

The 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 nameDescription
mute_notification_titleA text for the title of Group and User Info cell

Customize MFUIIconSet#

The following table shows a customizable menu cell icon.

Icon nameDescription
mutedAn icon used to list for RecentCell
muteAn icon used to list for RecentChatHeader
unmuteAn icon used to list for RecentChatHeader

Copy chat messages#

Copy 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.

clear_chat

Logout#

Initialize the below method in AppDelegate. If logout is success below call back method will be triggered.

FlyUIKitSDK.shared.didLogout {
}

clear_chat