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

Inherits from

Member Functions Documentation

AddParameterL(const TDesC &, const TDesC &)

void AddParameterL ( const TDesC & aKey,
const TDesC & aValue
) [pure virtual]

Adds new key value pair parameter.

Since
S60 5.0

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.

Since
S60 5.0

NewL()

IMPORT_C CCFActionIndication * NewL ( ) [static]

NewLC()

IMPORT_C CCFActionIndication * NewLC ( ) [static]

Parameters()

const RKeyValueArray & Parameters ( ) const [pure virtual]

Returns parameters related to the action in a key value pair array.

Since
S60 5.0

SetIdentifierL(const TDesC &)

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

Sets identifier for the action.

Since
S60 5.0

Parameters

const TDesC & aIdentifier New identifier.