homescreensrv_plat/ai_content_model_api/inc/aicontentmodel.h
branchRCL_3
changeset 8 d0529222e3f0
parent 0 79c6a41cd166
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
   121  * @see MAiContentObserver::Publish
   121  * @see MAiContentObserver::Publish
   122  */
   122  */
   123 const char KAiContentTypeText[] = "text/plain";
   123 const char KAiContentTypeText[] = "text/plain";
   124  
   124  
   125 
   125 
       
   126 /** MIME type for passing raw data.
       
   127  *
       
   128  * @see MAiContentObserver::PublishPtr
       
   129  */
       
   130 const char KAiContentTypeData[] = "data/stream";
       
   131  
   126 /**
   132 /**
   127  *  Abstract interface which provides services to iterate content items
   133  *  Abstract interface which provides services to iterate content items
   128  *  supported by the plug-in. Only used by the Active Idle Framework.
   134  *  supported by the plug-in. Only used by the Active Idle Framework.
   129  *  Each plug-in must provide implementation of interface to access:
   135  *  Each plug-in must provide implementation of interface to access:
   130  *  content selectors, content references, and events. Instances of interface
   136  *  content selectors, content references, and events. Instances of interface