apply Tizen 3.0 Message UX Guide
[platform/core/messaging/msg-service.git] / include / externals / MsgNotificationWrapper.h
index 9304549..fb28215 100755 (executable)
@@ -77,6 +77,7 @@ enum _msg_notification_type_e {
        MSG_NOTI_TYPE_SMS_DELIVERY_REPORT,
        MSG_NOTI_TYPE_MMS_READ_REPORT,
        MSG_NOTI_TYPE_MMS_DELIVERY_REPORT,
+       MSG_NOTI_TYPE_MMS_READ_REPORT_SENT,
 
        MSG_NOTI_TYPE_SIM_FULL,
 };
@@ -105,6 +106,8 @@ msg_error_t MsgRefreshNotification(msg_notification_type_t noti_type, bool bFeed
 msg_error_t MsgAddReportNotification(msg_notification_type_t noti_type, MSG_MESSAGE_INFO_S *msg_info);
 msg_error_t MsgInsertOnlyActiveNotification(msg_notification_type_t noti_type, MSG_MESSAGE_INFO_S *pMsgInfo);
 msg_error_t MsgDeleteReportNotification(const char *addr);
+msg_error_t MsgIsSentReadReportNotificationExist(int threadId, int *msgId);
+msg_error_t MsgDeleteSentReadReportNotification(int msgId);
 
 msg_error_t MsgInsertTicker(const char* pTickerMsg, const char* pLocaleTickerMsg, bool bPlayFeedback, int msgId);
 msg_error_t MsgDeleteNoti(msg_notification_type_t noti_type, int simIndex);