|
Abstract method for handling profile modification event.
This method is called when one of client chosen profiles has been modified some way. - Since:
- S60 3.1
- Parameters:
-
| aProfileId | The ID of the profile that was modified. If there has been many simultaneous changes in Profiles data, so that one profile cannot be identified, this is KErrNotFound. In this case, client gets this notification as many times as there are profiles he has requested notifications about. The savest way is to use own handlers for every profile of interest. |
|