CCFActionSubscription Class Reference

class CCFActionSubscription : public CBase

Subscription to get information of actions. When a client process sets an action subscription it basically means that all the subscribed actions are executed in the callers process. Action indication is received through MCFListener interface when an action assocaitade in a rule has been evaluated to true and is needed to be executed.

Remember to clearly define what kind of capabilities are needed when actions are executed from your process.

Since
S60 5.0 cfservices.lib

Inherits from

Member Functions Documentation

ActionIdentifier()

const TDesC & ActionIdentifier ( ) const [pure virtual]

Return action identifier.

Since
S60 5.0

NewL()

IMPORT_C CCFActionSubscription * NewL ( ) [static]

NewLC()

IMPORT_C CCFActionSubscription * NewLC ( ) [static]

SetActionIdentifierL(const TDesC &)

void SetActionIdentifierL ( const TDesC & aIdentifier ) [pure virtual]

Sets action identifier to subscription. This is the same identifier which is used in rules. For example: 'Phone' 'Musicplayer' 'Musicplayer.Catalogs' 'Mediaplayer.Filelist.Status'

Since
S60 5.0

Parameters

const TDesC & aIdentifier