Retrieve the charger name.
#include <bps/battery.h>
BPS_API const char* battery_info_get_charger_name(battery_info_t *info)
BlackBerry 10.2.0
The battery_info_t structure to get the charger name from.
The battery_info_get_charger_name() function retrieves the charger name from a battery_info_t structure.
The charger name or NULL if the charger name is not available.