CAknNotifyBase Class Reference

#include <mw/AknNotify.h>

Link against: AknNotify.lib

class CAknNotifyBase : public CBase

Inherits from

  • CAknNotifyBase

    Detailed Description

    Base class for handling RNotifier.

    Since
    S60 0.9

    Constructor & Destructor Documentation

    CAknNotifyBase ( TUid )

    CAknNotifyBase(TUidaUid)[protected]

    C++ constructor.

    ParameterDescription
    aUidThe UID identifying the plug-in notifier.

    ~CAknNotifyBase ( )

    IMPORT_C~CAknNotifyBase()

    Destructor.

    Member Function Documentation

    ConstructL ( )

    voidConstructL()[protected]

    2nd phase constructor. Connects to the notifier server.

    SecondaryDisplayData ( )

    CAknSDData *SecondaryDisplayData()[protected]

    SetSecondaryDisplayData ( CAknSDData * )

    IMPORT_C voidSetSecondaryDisplayData(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 & )

    voidStartOrUpdateAndGetResponseL(TRequestStatus &aStatus,
    const TDesC8 &aBuffer,
    TDes8 &aResponse
    )[protected]

    Starts the notifier.

    ParameterDescription
    aStatusThe request status.
    aBufferData that can be passed to the notifier.
    aResponseData that can be returned by the notifier.

    StartOrUpdateL ( const TDesC8 &, TDes8 & )

    voidStartOrUpdateL(const TDesC8 &aBuffer,
    TDes8 &aResponse
    )[protected]

    Starts or updates the notifier.

    ParameterDescription
    aBufferData that can be passed to notifier.
    aResponseData that can be returned by notifier.