CCFActionIndication Class Reference
class CCFActionIndication : public CBase |
Encapsulates inside an action indication. Action indication consists of an action identifier and a set of paramters. When an action indication is received the rule inside a script has been evaluated to true. Action with identified by the action ID is needed to be executed with the parameters assocaited with the action indication.
- Since
- S60 5.0 cfservices.lib
Member Functions Documentation
AddParameterL(const TDesC &, const TDesC &)
void | AddParameterL | ( | const TDesC & | aKey, |
| const TDesC & | aValue |
| ) | [pure virtual] |
Adds new key value pair parameter.
Parameters
const TDesC & aKey | Name of the key. |
const TDesC & aValue | Value for the key. |
Identifier()
const TDesC & | Identifier | ( | ) | const [pure virtual] |
Returns action identifier associated with the indication.
Parameters()
Returns parameters related to the action in a key value pair array.
SetIdentifierL(const TDesC &)
void | SetIdentifierL | ( | const TDesC & | aIdentifier | ) | [pure virtual] |
Sets identifier for the action.
Parameters
const TDesC & aIdentifier | New identifier. |
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.