언어 설정

Menu
Sites
Language
Messaging API lack of functionality

Using messaging API it looks like there is a lack of functionality. For example, is it possible to remove the message also from the server?

Currently using removeMessages it is possible to remove message only locally.

 

Moreover, how to controll such functionality as creating of request for message read or delivery report, download messages only with size lower defined or controll sending read report, etc?

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 댓글
Maksym
Or this is not a part of messaging API?
Raghu Kona
Have you tried using the method, as messageStorage.removeMessages() removes the messages from server. You can use addMessagesChangeListener to add listener to the message store for notifications. Regards, Raghu Kona
Maksym
I tried removeMessages, it ermoves messages only locally