toggle menu
network-either-kmp
0.3.0-SNAPSHOT
common
switch theme
search in API
network-either
/
com.javiersc.network.either.ktor
/
NetworkEitherPlugin
Network
Either
Plugin
class
NetworkEitherPlugin
(
isNetworkAvailable
:
suspend
(
)
->
Boolean
=
{ isNetAvailable() }
)
Members
Constructors
Network
Either
Plugin
Link copied to clipboard
constructor
(
isNetworkAvailable
:
suspend
(
)
->
Boolean
=
{ isNetAvailable() }
)
Types
Companion
Link copied to clipboard
object
Companion
:
HttpClientPlugin
<
NetworkEitherPlugin.Config
,
NetworkEitherPlugin
>
Config
Link copied to clipboard
class
Config