Stop receiving notification

Use CHWRMPower::StopAveragePowerReportingL() to stop battery voltage and battery consumption measurements.

Use CHWRMPower::StopChargingNotification (TBatteryChargingNotifier aNotifier) to stop receiving battery charging notifications.

The following code snippet demonstrates how to stop notifications on charging status, charging current and remaining charging time:

// Stop receiving battery charging notification
iPower->StopChargingNotification( CHWRMPower::EChargingNotifierChargingCurrent );

// Stop receiving battery charging time notification
iPower->StopChargingNotification( CHWRMPower::EChargingNotifierBatteryFullChargingTime );