Hi, Im starting with AFCS, and I am wondering if the is any way to erase a single message of a chat room using SimpleChatModel.
Thanks!
Julio
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Julio,
Currently there are no api's that would allow you to do erase message's selectively. This a feature that I would like too.
But if its just one time, you can delete them using dev console.(that comes with SDKNavigator App). The work around would be to extend SimpleChatModel and add methods to remove the message item from collection node of the model.
Also if you are trying to implement a filter, you can always listen to the message you recieved, and not display it.
Thanks
Arun
Views
Replies
Total Likes
Hi Julio,
Currently there are no api's that would allow you to do erase message's selectively. This a feature that I would like too.
But if its just one time, you can delete them using dev console.(that comes with SDKNavigator App). The work around would be to extend SimpleChatModel and add methods to remove the message item from collection node of the model.
Also if you are trying to implement a filter, you can always listen to the message you recieved, and not display it.
Thanks
Arun
Views
Replies
Total Likes
Hi julio_ps,
If you want to monitor and moderate chat rooms, we are developing a new feature called "sever to server" api where you can insert your logic on a remote server and control the content of the chat room. This is due to come out in April.
Dean
Views
Replies
Total Likes