Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <eiknotapi.h>
Link against: eiksrv.lib

Class MEikSrvNotifierManager

class MEikSrvNotifierManager;

Description

Interface to allow notifiers to manage their own startup/shutdown. This class is likely to be of most interest to notifiers that observe engines using publically available APIs rather than those that are run via RNotifier.

Members

Defined in MEikSrvNotifierManager:


Construction and destruction


MEikSrvNotifierManager()

protected: IMPORT_C MEikSrvNotifierManager();

Description

Constructor for MEikSrvNotifierManager

[Top]


Member functions


StartNotifierL(TUid,const TDesC8 &,TDes8 &)

virtual void StartNotifierL(TUid aNotifierUid, const TDesC8 &aBuffer, TDes8 &aResponse)=0;

Description

Parameters

TUid aNotifierUid

const TDesC8 &aBuffer

TDes8 &aResponse


CancelNotifier(TUid)

virtual void CancelNotifier(TUid aNotifierUid)=0;

Description

Parameters

TUid aNotifierUid


UpdateNotifierL(TUid,const TDesC8 &,TDes8 &)

virtual void UpdateNotifierL(TUid aNotifierUid, const TDesC8 &aBuffer, TDes8 &aResponse)=0;

Description

Parameters

TUid aNotifierUid

const TDesC8 &aBuffer

TDes8 &aResponse


MEikSrvNotifierManager_Reserved1()

private: IMPORT_C virtual void MEikSrvNotifierManager_Reserved1();

Description

Reserved for future use


MEikSrvNotifierManager_Reserved2()

private: IMPORT_C virtual void MEikSrvNotifierManager_Reserved2();

Description

Reserved for future use