summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-10-11 18:56:03 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-11-01 21:44:40 -0700
commit1ecf7cbab69634f57f27590857706f4906efa839 (patch)
tree89b37335ecbac86304b10977fecd19017aa1b7a8 /include
parent902a269e437ab2ec2ea6031fc600f57fe33f5a61 (diff)
downloadmsg-service-1ecf7cbab69634f57f27590857706f4906efa839.tar.gz
msg-service-1ecf7cbab69634f57f27590857706f4906efa839.tar.bz2
msg-service-1ecf7cbab69634f57f27590857706f4906efa839.zip
Change-Id: I157a840d48785e82501b591d0568afbbb49c70c2 Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com> (cherry picked from commit e228a659d60dc438c6503a8f8acfa198910bd1e6)
Diffstat (limited to 'include')
-rwxr-xr-xinclude/externals/MsgNotificationWrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/externals/MsgNotificationWrapper.h b/include/externals/MsgNotificationWrapper.h
index 9304549..fb28215 100755
--- a/include/externals/MsgNotificationWrapper.h
+++ b/include/externals/MsgNotificationWrapper.h
@@ -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);