class RNotifier : public RSessionBase |
A handle to a session with the extended notifier server that provides support for plug-in notifiers.
The interface allows engines or other low level components to communicate with the UI.
Public Member Functions | |
---|---|
RNotifier() | |
IMPORT_C TInt | CancelNotifier(TUid) |
IMPORT_C void | Close() |
IMPORT_C TInt | Connect() |
IMPORT_C TInt | InfoPrint(const TDesC &) |
IMPORT_C TInt | LoadNotifiers(TUid) |
IMPORT_C void | Notify(const TDesC &, const TDesC &, const TDesC &, const TDesC &, TInt &, TRequestStatus &) |
IMPORT_C void | NotifyCancel() |
IMPORT_C TInt | StartNotifier(TUid, const TDesC8 &) |
IMPORT_C TInt | StartNotifier(TUid, const TDesC8 &, TDes8 &) |
IMPORT_C TInt | StartNotifier(TUid, TUid, const TDesC8 &, TDes8 &) |
IMPORT_C void | StartNotifierAndGetResponse(TRequestStatus &, TUid, const TDesC8 &, TDes8 &) |
IMPORT_C void | StartNotifierAndGetResponse(TRequestStatus &, TUid, TUid, const TDesC8 &, TDes8 &) |
IMPORT_C TInt | UnloadNotifiers(TUid) |
IMPORT_C TInt | UpdateNotifier(TUid, const TDesC8 &, TDes8 &) |
IMPORT_C void | UpdateNotifierAndGetResponse(TRequestStatus &, TUid, const TDesC8 &, TDes8 &) |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Private Attributes | |
---|---|
TPtr8 | iButtonVal |
HBufC16 * | iCombinedBuffer |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
IMPORT_C void | Notify | ( | const TDesC & | aLine1, |
const TDesC & | aLine2, | |||
const TDesC & | aBut1, | |||
const TDesC & | aBut2, | |||
TInt & | aButtonVal, | |||
TRequestStatus & | aStatus | |||
) |
IMPORT_C TInt | StartNotifier | ( | TUid | aNotifierUid, |
const TDesC8 & | aBuffer | |||
) |
IMPORT_C TInt | StartNotifier | ( | TUid | aNotifierUid, |
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) |
IMPORT_C TInt | StartNotifier | ( | TUid | aNotifierDllUid, |
TUid | aNotifierUid, | |||
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) |
IMPORT_C void | StartNotifierAndGetResponse | ( | TRequestStatus & | aRs, |
TUid | aNotifierUid, | |||
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) |
TRequestStatus & aRs | |
TUid aNotifierUid | |
const TDesC8 & aBuffer | |
TDes8 & aResponse |
IMPORT_C void | StartNotifierAndGetResponse | ( | TRequestStatus & | aRs, |
TUid | aNotifierDllUid, | |||
TUid | aNotifierUid, | |||
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) |
TRequestStatus & aRs | |
TUid aNotifierDllUid | |
TUid aNotifierUid | |
const TDesC8 & aBuffer | |
TDes8 & aResponse |
IMPORT_C TInt | UpdateNotifier | ( | TUid | aNotifierUid, |
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) |
IMPORT_C void | UpdateNotifierAndGetResponse | ( | TRequestStatus & | aRs, |
TUid | aNotifierUid, | |||
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) |
TRequestStatus & aRs | |
TUid aNotifierUid | |
const TDesC8 & aBuffer | |
TDes8 & aResponse |