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 &)

voidExecuteServiceSelectionL(CConvergedServiceSelector::TSsResult &aResult,
CConvergedServiceSelector::TSsCallTypeaCallType,
TUintaServiceId,
TBoolaSendKey,
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 & aResultSelection results are returned by this param.
CConvergedServiceSelector::TSsCallType aCallTypeCurrent type of the call.
TUint aServiceIdService id of the call ( 0 meens not set ).
TBool aSendKeyIs sendkey used for call.
const TDesC & aString =  KNullDesC Phone number/address for call.