CAknNotifyBase Class Reference

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.
Since:
S60 0.9

Public Member Functions

IMPORT_C ~CAknNotifyBase ()
 Destructor.
IMPORT_C void SetSecondaryDisplayData (CAknSDData *aData)

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 ()

Constructor & Destructor Documentation

IMPORT_C CAknNotifyBase::~CAknNotifyBase  ) 
 

Destructor.

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]
 
IMPORT_C void CAknNotifyBase::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.
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:

Copyright © Nokia Corporation 2001-2007
Back to top