CServiceHandler Class Reference

class CServiceHandler : public CBase

Interface class for service handlers

ServiceSelector.lib
Since
Series60_5.0

Inherits from

Constructor & Destructor Documentation

~CServiceHandler()

~CServiceHandler ( ) [inline, virtual]

Destructor.

Member Functions Documentation

ExecuteServiceSelectionL(CConvergedServiceSelector::TSsResult &, CConvergedServiceSelector::TSsCallType, TUint, TBool, const TDesC &)

void ExecuteServiceSelectionL ( CConvergedServiceSelector::TSsResult & aResult,
CConvergedServiceSelector::TSsCallType aCallType,
TUint aServiceId,
TBool aSendKey,
const TDesC & aString =  KNullDesC
) [pure virtual]

Interface method for service handlers. -Leaves on failure, Leaves with error KErrCancel if the user cancels some of the queries.

Parameters

CConvergedServiceSelector::TSsResult & aResult Selection results are returned by this param.
CConvergedServiceSelector::TSsCallType aCallType Current type of the call.
TUint aServiceId Service id of the call ( 0 meens not set ).
TBool aSendKey Is sendkey used for call.
const TDesC & aString =  KNullDesC Phone number/address for call.