MEikSrvNotifierManager Class Reference
#include
<mw/eiknotapi.h>
class MEikSrvNotifierManager |
Detailed 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.
Constructor & Destructor Documentation
MEikSrvNotifierManager ( )
IMPORT_C | MEikSrvNotifierManager | ( | ) | [protected] |
Member Function Documentation
CancelNotifier ( TUid )
void | CancelNotifier | ( | TUid | aNotifierUid | ) | [pure virtual] |
StartNotifierL ( TUid, const TDesC8 &, TDes8 & )
void | StartNotifierL | ( | TUid | aNotifierUid, |
| const TDesC8 & | aBuffer, |
| TDes8 & | aResponse |
| ) | [pure virtual] |
UpdateNotifierL ( TUid, const TDesC8 &, TDes8 & )
void | UpdateNotifierL | ( | TUid | aNotifierUid, |
| const TDesC8 & | aBuffer, |
| TDes8 & | aResponse |
| ) | [pure virtual] |