API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <mproengactiveprofileobserver.h>
Implement this interface to get notifications of changes in the active profile data.
Public Member Functions |
|
virtual void | HandleActiveProfileModifiedL ()=0 |
Abstract method for handling active profile modification event. |
|
virtual void | HandleActiveProfileNotificationError (TInt) |
Error handler for handling the errors in the active profile modification notification process. |
|
Protected Member Functions |
|
virtual | ~MProEngActiveProfileObserver () |
Destructor. |
|
Destructor. |
|
Abstract method for handling active profile modification event. This method is called when the current active profile has been modified some way. Note, this doesn't get events if a profile is activated, for that implement MProEngProfileActivationObserver. |
|
Error handler for handling the errors in the active profile modification notification process. If HandleActiveProfileModifiedL() leaves, this method is called with the leave code. This method has default empty implementation.
|