#include <mmf/common/mmfstandardcustomcommands.h>
class MMMFResourceNotificationCustomCommandImplementor |
Public Member Functions | |
---|---|
pure virtual void | MarnCancelRegisterAsClientL(TUid) |
pure virtual void | MarnGetResourceNotificationDataL(TUid, TDes8 &) |
pure virtual void | MarnRegisterAsClientL(TUid, const TDesC8 &) |
pure virtual void | MarnWillResumePlayL() |
Mixin class to be derived from controller plugins that could support the audio resource notification
custom commands.
void | MarnCancelRegisterAsClientL | ( | TUid | aEventType | ) | [pure virtual] |
Cancels the registered notification event.
Parameters | |
---|---|
aEventType | The event to cancel. |
Leave Codes | |
---|---|
This | method may leave with one of the system-wide error codes. KErrNotReady if there is no |
Gets the notification data for the event.
Parameters | |
---|---|
aEventType | The event which the client is notified of. |
aNotificationData | The Notification data for the client to resume playing. |
Leave Codes | |
---|---|
This | method may leave with one of the system-wide error codes. KErrNotReady if there is no |
void | MarnRegisterAsClientL | ( | TUid | aEventType, |
const TDesC8 & | aNotificationRegistrationData | |||
) | [pure virtual] |
Registers the Event for Notification when resource is available.
Parameters | |
---|---|
aEventType | The event which the client is notified of. |
aNotificationRegistrationData | Notification registration specific data, which has been reserved for future use. |
Leave Codes | |
---|---|
This | method may leave with one of the system-wide error codes. KErrNotReady if there is no |