|
|
|
|
Location:
sipprofileregistryobserver.h
class MSIPProfileRegistryObserver;
The observer class for monitoring SIP profiles. Class must be implemented by the user in order to observe changes in the SIP profiles.
Defined in MSIPProfileRegistryObserver:
EProfileCreated, EProfileDeregistered, EProfileDestroyed, EProfileRegistered, EProfileUpdated, ProfileRegistryErrorOccurred(), ProfileRegistryEventOccurred(), TEvent
virtual void ProfileRegistryEventOccurred(TUint32 aProfileId, TEvent aEvent)=0;
An event related to SIP Profile has accorred
|
virtual void ProfileRegistryErrorOccurred(TUint32 aProfileId, TInt aError)=0;
An asynchronous error has occurred related to SIP profile Event is send to those observers, who have the corresponding profile instantiated.
|
TEvent
Profile Registry events
|