TAiContentItem Struct Reference

struct TAiContentItem

Encapsulates metadata of single plug-ins content item. The class is used as building block for the plug-ins content model, abstracts content selector, content reference and event.

Public Attributes
const wchar_t *cid
TInt id
const char *type

Member Data Documentation

const wchar_t * cid

const wchar_t *cid

Textual id of this content item. Used for binding content items to UI elements.

KAiContentIdMaxLength

TInt id

TInt id

Plug-in specific id of this content item.

const char * type

const char *type

Content item data MIME type. For example "text/plain" for textual content.

KAiContentTypeMaxLength