Chat Tags
Chat Tags is a feature which allows users to filter the recent chat. if you want to filter your chats by separate titles then you can utilise the below methods.
#
Create or Update Chat TagYou can create or update a chat tag by using the below method.
- Java
- Kotlin
Argument | Type | Description |
---|---|---|
chatTag | ChatTagModel | ChatTagModel struct holds the chat tag data. |
CALLBACK | FlyCallback | FlyCallback implemented as lambda expression |
#
Get List of Created Chat TagsTo get a list of created chat tags by using the below method.
- Java
- Kotlin
Argument | Type | Description |
---|---|---|
isgetFromRecentChatPage | boolean | To get the chatTag data from recent chat or not |
CALLBACK | FlyCallback | FlyCallback implemented as lambda expression |
#
Re-order Chat TagsTo re-order a chat tags list use the below method.
- Java
- Kotlin
Argument | Type | Description |
---|---|---|
chatTags | List<ChatTagModel> | list of chatTagModel class |
CALLBACK | FlyCallback | FlyCallback implemented as lambda expression |
#
Delete Chat TagTo delete a chat tags use the below method.
- Java
- Kotlin
Argument | Type | Description |
---|---|---|
deleteTagIdList | ArrayList<String> | ArrayList of chatTagId |
CALLBACK | FlyCallback | FlyCallback implemented as lambda expression |