API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <mproengalerttoneseeker.h>
Public Member Functions |
|
virtual void | FetchAlertToneListL (MProEngAlertToneSeekerObserver &aObserver)=0 |
Asynchronous method that searches all the tone files that can be used as alert tones in Profiles. |
|
virtual void | CancelFetch ()=0 |
Cancels the asynchronous fetch operation. |
|
virtual | ~MProEngAlertToneSeeker () |
Destructor. |
|
Destructor. |
|
Cancels the asynchronous fetch operation. |
|
Asynchronous method that searches all the tone files that can be used as alert tones in Profiles. The resulting list of the tone paths is delivered to the MProEngAlertToneSeekerObserver. This is a very long lasting operation (~minutes), so this shouldn't be performed too often.
|