S60 3rd Edition API Reference: CAknNotifyBase Class Reference
CAknNotifyBase Class Reference
API published in: S60 1st Ed
Link against: aknnotify.lib eiksrv.lib
Capability Information
Required Capabilities
None
#include <aknnotify.h>
Inherited by CAknGlobalNote, and CAknPopupNotify.
Detailed Description
Base class for handling RNotifier.
|
Public Member Functions |
| IMPORT_C | ~CAknNotifyBase () |
| | Destructor.
|
| IMPORT_C void | SetSecondaryDisplayData (CAknSDData *aData) |
| | Public since 3rd Ed FP1.
|
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 () |
| | Public Since 3rd Ed FP1 we don't give this funtionality out of library at the moment returns instance of secondary display data if set.
|
Constructor & Destructor Documentation
| IMPORT_C CAknNotifyBase::~CAknNotifyBase | ( | | ) | |
|
| CAknNotifyBase::CAknNotifyBase | ( | TUid | aUid | ) | [protected] |
|
|
|
C++ constructor.
- Parameters:
-
| aUid | The UID identifying the plug-in notifier. |
|
Member Function Documentation
| void CAknNotifyBase::ConstructL | ( | | ) | [protected] |
|
|
|
2nd phase constructor.
Connects to the notifier server. |
| CAknSDData* CAknNotifyBase::SecondaryDisplayData | ( | | ) | [protected] |
|
|
|
Public Since 3rd Ed FP1 we don't give this funtionality out of library at the moment returns instance of secondary display data if set.
|
| IMPORT_C void CAknNotifyBase::SetSecondaryDisplayData | ( | CAknSDData * | aData | ) | |
|
|
|
Public since 3rd Ed FP1.
Sets additional information to be sent to secondary display. Takes ownership of object. Must be called before sending data to notifier to have effect. |
| void CAknNotifyBase::StartOrUpdateAndGetResponseL | ( | TRequestStatus & | aStatus, | | | const TDesC8 & | aBuffer, | | | TDes8 & | aResponse | | ) | [protected] |
|
|
|
Starts the notifier.
- Parameters:
-
| aStatus | The request status. | | aBuffer | Data that can be passed to the notifier. | | aResponse | Data that can be returned by the notifier. |
|
| void CAknNotifyBase::StartOrUpdateL | ( | const TDesC8 & | aBuffer, | | | TDes8 & | aResponse | | ) | [protected] |
|
|
|
Starts or updates the notifier.
- Parameters:
-
| aBuffer | Data that can be passed to notifier. | | aResponse | Data that can be returned by notifier. |
|
The documentation for this class was generated from the following file: