MAknDynamicSoftNoteObserver Class Reference

class MAknDynamicSoftNoteObserver

Observer interface for dynamic soft notifications.

CAknDynamicSoftNotifier
Since
S60 3.2 AknNotify.DLL
Public Member Functions
voidNotificationAccepted(TInt)
voidNotificationCanceled(TInt)
Protected Member Functions
~MAknDynamicSoftNoteObserver()

Constructor & Destructor Documentation

~MAknDynamicSoftNoteObserver()

~MAknDynamicSoftNoteObserver()[protected, inline, virtual]

Member Functions Documentation

NotificationAccepted(TInt)

voidNotificationAccepted(TIntaNoteId)[pure virtual]

Dynamic soft notification was accepted by user.

Parameters

TInt aNoteIdIdentification of notification.

NotificationCanceled(TInt)

voidNotificationCanceled(TIntaNoteId)[pure virtual]

Dynamic soft notification was canceled by user.

Parameters

TInt aNoteIdIdentification of notification.