MProEngProfileActivationObserver Class Reference

#include <mw/MProEngProfileActivationObserver.h>

Link against: ProfileEngine.lib

class MProEngProfileActivationObserver
Public Member Functions
pure virtual voidHandleProfileActivatedL(TInt)
virtual voidHandleProfileActivationNotificationError(TInt)
Protected Member Functions
virtual ~MProEngProfileActivationObserver()

Detailed Description

Profile activation observer interface. Implement this interface to get notifications when the current active profile changes.

Since
Series 60 3.1

Constructor & Destructor Documentation

~MProEngProfileActivationObserver ( )

~MProEngProfileActivationObserver()[protected, inline, virtual]

Destructor.

Member Function Documentation

HandleProfileActivatedL ( TInt )

voidHandleProfileActivatedL(TIntaProfileId)[pure virtual]
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.
Since
S60 3.1
ParameterDescription
aProfileIdThe ID of the new active profile.

HandleProfileActivationNotificationError ( TInt )

voidHandleProfileActivationNotificationError(TInt)[inline, virtual]
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.
Since
S60 3.1