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