class CAknNotifyBase : public CBase |
Base class for handling RNotifier.
S60 0.9
Public Member Functions | |
---|---|
~CAknNotifyBase() | |
IMPORT_C void | SetSecondaryDisplayData(CAknSDData *) |
Protected Member Functions | |
---|---|
CAknNotifyBase(TUid) | |
void | ConstructL() |
CAknSDData * | SecondaryDisplayData() |
void | StartOrUpdateAndGetResponseL(TRequestStatus &, const TDesC8 &, TDes8 &) |
void | StartOrUpdateL(const TDesC8 &, TDes8 &) |
Private Member Functions | |
---|---|
IMPORT_C void | CAknNotifyBase_Reserved() |
Private Attributes | |
---|---|
RNotifier2 | iNotify |
CAknSDData * | iSecondaryDisplayData |
TBool | iStarted |
TUid | iUid |
CAknNotifyBase | ( | TUid | aUid | ) | [protected] |
C++ constructor.
TUid aUid | The UID identifying the plug-in notifier. |
IMPORT_C void | SetSecondaryDisplayData | ( | CAknSDData * | aData | ) |
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.
CAknSDData * aData |
void | StartOrUpdateAndGetResponseL | ( | TRequestStatus & | aStatus, |
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) | [protected] |
Starts the notifier.
TRequestStatus & aStatus | The request status. |
const TDesC8 & aBuffer | Data that can be passed to the notifier. |
TDes8 & aResponse | Data that can be returned by the notifier. |
void | StartOrUpdateL | ( | const TDesC8 & | aBuffer, |
TDes8 & | aResponse | |||
) | [protected] |
Starts or updates the notifier.