MMPXCustomCommandObserver Class Reference

class MMPXCustomCommandObserver

MPX custom command observer.

mpxcommon.lib

Public Member Functions
void HandleCustomCommand (const TUid &, const TInt , const TDesC8 &)

Member Functions Documentation

HandleCustomCommand(const TUid &, const TInt, const TDesC8 &)

void HandleCustomCommand ( const TUid & aUid,
const TInt aCommand,
const TDesC8 & aData =  KNullDesC8
) [pure virtual]

Handle custom commands.

Since
S60 3.2.3

Parameters

const TUid & aUid Command category Uid. Different command set will have different Uid to avoid clash.
const TInt aCommand Command to be handled.
const TDesC8 & aData =  KNullDesC8 data for the specific command