toggle menu
hooks2
android
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks.usenetwork
/
NetworkState
Network
State
android
data
class
NetworkState
(
val
isConnect
:
Boolean
=
false
,
val
connectType
:
ConnectType
=
ConnectType.None
)
Members
Constructors
Network
State
Link copied to clipboard
android
constructor
(
isConnect
:
Boolean
=
false
,
connectType
:
ConnectType
=
ConnectType.None
)
Properties
connect
Type
Link copied to clipboard
android
val
connectType
:
ConnectType
is
Connect
Link copied to clipboard
android
val
isConnect
:
Boolean
=
false