msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h
changeset 52 12db4185673b
parent 44 36f374c67aa8
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
   214     /**
   214     /**
   215      * Get Conversation Entry list for given Conversation Entry ID.
   215      * Get Conversation Entry list for given Conversation Entry ID.
   216      * This is a Async API. 
   216      * This is a Async API. 
   217      * 
   217      * 
   218      * @param aClientConversation - class encapsulating Conversation Entry ID 
   218      * @param aClientConversation - class encapsulating Conversation Entry ID 
   219      */
   219      * @param aKnownIndex - known index that is fetched
   220     IMPORT_C void GetConversationsL( 
   220      * @aPageSize - page size that has to be fetched.
   221             CCsClientConversation* aClientConversation );
   221      */
       
   222     IMPORT_C void GetConversationsL(
       
   223             CCsClientConversation*  aClientConversation,
       
   224             TInt aKnownIndex, 
       
   225             TInt aPageSize);
   222 
   226 
   223     /**
   227     /**
   224      *  Delete a conversation.
   228      *  Delete a conversation.
   225      *  Synchronous.
   229      *  Synchronous.
   226      *  
   230      *  
   277      * Get the messaging history for a contact.
   281      * Get the messaging history for a contact.
   278      * This is Async API.
   282      * This is Async API.
   279      * Data is returned via MCsResultsObserver.
   283      * Data is returned via MCsResultsObserver.
   280      * 
   284      * 
   281      * @param aContactId Contact Id.
   285      * @param aContactId Contact Id.
   282      */
   286      * @param aKnownIndex known index fetched
   283     IMPORT_C void GetMessagingHistoryL ( TInt aContactId );
   287      * @param aPageSize page size to be fetched
       
   288      */
       
   289     IMPORT_C void GetMessagingHistoryL(TInt aContactId,
       
   290         TInt aKnownIndex, 
       
   291         TInt aPageSize);
   284 
   292 
   285     /**
   293     /**
   286      * ClearMessagingHistoryL
   294      * ClearMessagingHistoryL
   287      * Clear the messaging history for a contact.
   295      * Clear the messaging history for a contact.
   288      * This is Sync API.
   296      * This is Sync API.