Location:
mmfstandardcustomcommands.h
Link against: mmfstandardcustomcommands.lib
class RMMFResourceNotificationCustomCommands : public RMMFCustomCommandsBase;
Client class to allow the client to register notification .
The class uses the custom command function of the controller plugin, and removes the necessity for the client to formulate the custom commands.
RMMFCustomCommandsBase
- Base class for client-side custom command classes
RMMFResourceNotificationCustomCommands
- Client class to allow the client to register notification
Defined in RMMFResourceNotificationCustomCommands
:
CancelRegisterAsClient()
, GetResourceNotificationData()
, RMMFResourceNotificationCustomCommands()
, RegisterAsClient()
, WillResumePlay()
Inherited from RMMFCustomCommandsBase
:
iController
,
iDestinationPckg
IMPORT_C RMMFResourceNotificationCustomCommands(RMMFController &aController);
Constructor.
|
IMPORT_C TInt RegisterAsClient(TUid aEventType, const TDesC8 &aNotificationRegistrationData);
Registers the Event for Notification when resource is avaliable.
|
|
IMPORT_C TInt CancelRegisterAsClient(TUid aEventType);
Cancels the registered notification event.
|
|
IMPORT_C TInt GetResourceNotificationData(TUid aEventType, TDes8 &aNotificationData);
Gets the notification data for the event.
|
|
IMPORT_C TInt WillResumePlay();
Waits for the client to resume the play even after the default timer expires.
|