MWsGraphicMessageCallback Class Reference

class MWsGraphicMessageCallback : public MWsObjectProvider

Implementing this interface will give a callback notification wheater a graphic message which was sent has either failed or succeded.

Inherits from

Member Functions Documentation

HandleMessageDelivery(TInt, TInt)

void HandleMessageDelivery ( TInt aMessageId,
TInt aError
) [pure virtual]

Called with unique ID of the message, aError will be set to KErrNone if message delivery is successful, otherwise one of the system-wide error code.

Parameters

TInt aMessageId
TInt aError