homescreensrv_plat/ai_content_model_api/inc/aicontentrequest.h
branchRCL_3
changeset 9 d0529222e3f0
parent 0 79c6a41cd166
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
    35      * @param aContentId content identifier in target plug-ins content model.
    35      * @param aContentId content identifier in target plug-ins content model.
    36      * @return ETrue if the plugin will refresh the content by calling its 
    36      * @return ETrue if the plugin will refresh the content by calling its 
    37      *         content observer, EFalse otherwise.
    37      *         content observer, EFalse otherwise.
    38      */
    38      */
    39     virtual TBool RefreshContent( TInt aContentId ) = 0;
    39     virtual TBool RefreshContent( TInt aContentId ) = 0;
       
    40    
       
    41     /**
       
    42      * Requests AI content publisher to suspend specific content item.
       
    43      *
       
    44      * @param aContentId content identifier in target plug-ins content model.
       
    45      * @return ETrue if the plugin will suspend the content by calling its 
       
    46      *         content observer, EFalse otherwise.
       
    47      */    
       
    48     virtual TBool SuspendContent( TInt aContentId ) = 0;
    40     
    49     
    41 protected:
    50 protected:
    42     /**
    51     /**
    43      * Protected destructor prevents deletion through this interface.
    52      * Protected destructor prevents deletion through this interface.
    44      */
    53      */