MAiContentRequest Class Reference

class MAiContentRequest

Interface for requesting a content publisher to refresh its published content to the UI.

Since
S60 3.2
MAiPropertyExtension
Public Member Functions
TBool RefreshContent ( TInt )
TBool SuspendContent ( TInt )
Protected Member Functions
~MAiContentRequest ()

Constructor & Destructor Documentation

~MAiContentRequest()

~MAiContentRequest ( ) [protected, inline]

Protected destructor prevents deletion through this interface.

Member Functions Documentation

RefreshContent(TInt)

TBool RefreshContent ( TInt aContentId ) [pure virtual]

Requests AI content publisher to publish specific content item.

Parameters

TInt aContentId content identifier in target plug-ins content model.

SuspendContent(TInt)

TBool SuspendContent ( TInt aContentId ) [pure virtual]

Requests AI content publisher to suspend specific content item.

Parameters

TInt aContentId content identifier in target plug-ins content model.