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.
Public Member Functions | |
---|---|
const TDesC & | ActionIdentifier () |
IMPORT_C CCFActionSubscription * | NewL () |
IMPORT_C CCFActionSubscription * | NewLC () |
void | SetActionIdentifierL (const TDesC &) |
const TDesC & | ActionIdentifier | ( | ) | const [pure virtual] |
Return action identifier.
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'
const TDesC & aIdentifier |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.