CDRMNotifier Class Reference
class CDRMNotifier : public CBase
|
With this class an application can register to receive DRM related notifications.
DRMCommon.dll
-
Since
-
S60Rel2.6
Constructor & Destructor Documentation
CDRMNotifier(void)
CDRMNotifier
|
(
|
void
|
|
)
|
[private]
|
CDRMNotifier(const CDRMNotifier &)
~CDRMNotifier()
IMPORT_C
|
~CDRMNotifier
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
RegisterEventObserverL(MDRMEventObserver &, const TDRMEventType &)
RegisterEventObserverL
Registers a new event observer to DRM Notifier. Listens to all events of the given type
RegisterEventObserverL(MDRMEventObserver &, const TDRMEventType &, const TDesC8 &)
RegisterEventObserverL
Registers a new event observer to DRM Notifier. Only recieves notification when the rights accociated with the given content id are handled
SendEventL(MDRMEvent &, TRequestStatus &)
SendEventL
Sends a notification to registered observers
Parameters
MDRMEvent
& aEvent
|
the event to be sent
|
TRequestStatus
& aStatus
|
the request status for the event, will be updated when the event has been sent
|
UnRegisterEventObserverL(MDRMEventObserver &, const TDRMEventType &)
UnRegisterEventObserverL
Unregisters existing event observer from DRM Notifier.
UnRegisterEventObserverL(MDRMEventObserver &, const TDRMEventType &, const TDesC8 &)
UnRegisterEventObserverL
Unregisters existing event observer from DRM Notifier.
operator=(const CDRMNotifier &)
Member Data Documentation
CDRMEventHandler * iEventHandler
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.