CardReaderBatteryInfo

interface CardReaderBatteryInfo : Parcelable

Battery status of the current connected device.

Properties

Link copied to clipboard
abstract val isCharging: Boolean

If the device is currently charging.

Link copied to clipboard
abstract val percentage: Int

Charge percentage from 0 to 100.