Returns the current charge type.

app.GetChargeType() → String: “AC” or “USB” or “Wireless” or “None”

If the device isn't charging the result is “None”.

See Also: GetBatteryLevel, IsCharging

Example - Show Charge Type click to expand contents