API published in: S60 3rd Ed
Required Capabilities
None
This notifier checks the Bluetooth power status, If Bluetooth is off, a dialog is poped up asking user's acceptance of switching on Bluetooth. The notifier is launched via the notifier framework through RNotifier API.
Sample code of using RNotifier:
RNotifier notifier; TRequestStatus status; TPckgBuf <TBool> param, result; notifier.StartNotifierAndGetResponse (status, KPowerModeSettingNotifierUid, param, result);
Go to the source code of this file.
Variables |
|
const TUid | KPowerModeSettingNotifierUid = {0x100059E2} |
|