MProEngAlertToneSeeker Class Reference
#include
<mw/MProEngAlertToneSeeker.h>
Link against: ProfileEngine.lib
class MProEngAlertToneSeeker |
Detailed Description
This class can be used to find media files suitable to be set as an alert tone in Profiles.
Constructor & Destructor Documentation
~MProEngAlertToneSeeker ( )
~MProEngAlertToneSeeker | ( | ) | [inline, virtual] |
Member Function Documentation
CancelFetch ( )
void | CancelFetch | ( | ) | [pure virtual] |
Cancels the asynchronous fetch operation.
- Since
- S60 3.1
FetchAlertToneListL ( MProEngAlertToneSeekerObserver & )
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.
- Since
- S 60 3.1
Parameter | Description | aObserver | Reference to the client-implemented observer which will get the list of tones after the list has been constructed. |