MAknDynamicSoftNoteObserver Class Reference

class MAknDynamicSoftNoteObserver

Observer interface for dynamic soft notifications.

CAknDynamicSoftNotifier
Since
S60 3.2 AknNotify.DLL
Public Member Functions
void NotificationAccepted ( TInt )
void NotificationCanceled ( TInt )
Protected Member Functions
~MAknDynamicSoftNoteObserver ()

Constructor & Destructor Documentation

~MAknDynamicSoftNoteObserver()

~MAknDynamicSoftNoteObserver ( ) [protected, inline, virtual]

Member Functions Documentation

NotificationAccepted(TInt)

void NotificationAccepted ( TInt aNoteId ) [pure virtual]

Dynamic soft notification was accepted by user.

Parameters

TInt aNoteId Identification of notification.

NotificationCanceled(TInt)

void NotificationCanceled ( TInt aNoteId ) [pure virtual]

Dynamic soft notification was canceled by user.

Parameters

TInt aNoteId Identification of notification.