API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <mproengprofileactivationobserver.h>
Implement this interface to get notifications when the current active profile changes.
Public Member Functions |
|
virtual void | HandleProfileActivatedL (TInt aProfileId)=0 |
Abstract method for handling profile activation event. |
|
virtual void | HandleProfileActivationNotificationError (TInt) |
Error handler for handling the errors in the profile activation notification process. |
|
Protected Member Functions |
|
virtual | ~MProEngProfileActivationObserver () |
Destructor. |
|
Destructor. |
|
Abstract method for handling profile activation event. This method is called always when a profile is activated, even if the current active profile is re-activated.
|
|
Error handler for handling the errors in the profile activation notification process. If HandleProfileActivatedL() leaves, this method is called with the leave code. This method has default empty implementation.
|