toggle menu
hooks2
android
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks.usedeviceinfo
/
BatteryInfo
Battery
Info
android
data
class
BatteryInfo
(
val
level
:
Int
,
val
isCharging
:
Boolean
)
Members
Constructors
Battery
Info
Link copied to clipboard
android
constructor
(
level
:
Int
,
isCharging
:
Boolean
)
Properties
is
Charging
Link copied to clipboard
android
val
isCharging
:
Boolean
level
Link copied to clipboard
android
val
level
:
Int