API published in: S60 1st Ed
Link against: aknnotify.lib eiksrv.lib
Required Capabilities
None
#include <aknnotify.h>
Inherited by CAknGlobalNote, and CAknPopupNotify.
RNotifier
.
Public Member Functions |
|
IMPORT_C | ~CAknNotifyBase () |
Destructor. |
|
IMPORT_C void | SetSecondaryDisplayData (CAknSDData *aData) |
Sets additional information to be sent to secondary display. |
|
Protected Member Functions |
|
CAknNotifyBase (TUid aUid) | |
C++ constructor. |
|
void | ConstructL () |
2nd phase constructor. |
|
void | StartOrUpdateL (const TDesC8 &aBuffer, TDes8 &aResponse) |
Starts or updates the notifier. |
|
void | StartOrUpdateAndGetResponseL (TRequestStatus &aStatus, const TDesC8 &aBuffer, TDes8 &aResponse) |
Starts the notifier. |
|
CAknSDData * | SecondaryDisplayData () |
|
Destructor. |
|
C++ constructor.
|
|
2nd phase constructor. Connects to the notifier server. |
|
|
Sets additional information to be sent to secondary display. Takes ownership of object. Must be called before sending data to notifier to have effect. |
|
Starts the notifier.
|
|
Starts or updates the notifier.
|