CAknNotifyBase Class Reference
#include
<mw/AknNotify.h>
Link against: AknNotify.lib
| class CAknNotifyBase : public CBase |
Detailed Description
Base class for handling RNotifier.
Constructor & Destructor Documentation
CAknNotifyBase ( TUid )
| CAknNotifyBase | ( | TUid | aUid | ) | [protected] |
| Parameter | Description | | aUid | The UID identifying the plug-in notifier. |
~CAknNotifyBase ( )
| IMPORT_C | ~CAknNotifyBase | ( | ) | |
Member Function Documentation
ConstructL ( )
| void | ConstructL | ( | ) | [protected] |
2nd phase constructor. Connects to the notifier server.
SetSecondaryDisplayData ( CAknSDData * )
| IMPORT_C void | SetSecondaryDisplayData | ( | CAknSDData * | aData | ) | |
- Since
- S60 3.1 Sets additional information to be sent to secondary display. Takes ownership of object. Must be called before sending data to notifier to have effect.
StartOrUpdateAndGetResponseL ( TRequestStatus &, const TDesC8 &, TDes8 & )
| Parameter | Description | | aStatus | The request status. |
| aBuffer | Data that can be passed to the notifier. |
| aResponse | Data that can be returned by the notifier. |
StartOrUpdateL ( const TDesC8 &, TDes8 & )
| void | StartOrUpdateL | ( | const TDesC8 & | aBuffer, |
| | TDes8 & | aResponse |
| | ) | [protected] |
Starts or updates the notifier.
| Parameter | Description | | aBuffer | Data that can be passed to notifier. |
| aResponse | Data that can be returned by notifier. |