messagingapp/msgservices/msgserviceapp/inc/msgstorehandler.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    93      * @return int, status of setting context to message id
    93      * @return int, status of setting context to message id
    94      */
    94      */
    95     int setNotificationMessageId(int msgId);
    95     int setNotificationMessageId(int msgId);
    96 
    96 
    97     /**
    97     /**
       
    98      * Seeker method for getting sender information
       
    99      * @return QString, sender address
       
   100      */
       
   101     QString notificationSender();
       
   102 
       
   103     /**
       
   104      * Seeker method for getting notification time-stamp
       
   105      * @return formatted string of notification time-stamp
       
   106      */
       
   107     QString notificationTimeStamp();
       
   108 
       
   109     /**
    98      * Seeker method for getting mms notification's subject line
   110      * Seeker method for getting mms notification's subject line
    99      * @return QString, subject of mms notification
   111      * @return QString, subject of mms notification
   100      */
   112      */
   101     QString notificationSubject();
   113     QString notificationSubject();
   102 
   114