Glide
Glide
/
com.bumptech.glide.manager
/
ConnectivityMonitor
Connectivity
Monitor
interface
ConnectivityMonitor
:
LifecycleListener
Content copied to clipboard
An interface for monitoring network connectivity events.
Types
Functions
Types
Connectivity
Listener
Link copied to clipboard
interface
ConnectivityListener
Content copied to clipboard
An interface for listening to network connectivity events picked up by the monitor.
Functions
on
Destroy
Link copied to clipboard
abstract
fun
onDestroy
(
)
Content copied to clipboard
Callback for when onDestroy} or onDestroy is called.
on
Start
Link copied to clipboard
abstract
fun
onStart
(
)
Content copied to clipboard
Callback for when onStart} or onStart is called.
on
Stop
Link copied to clipboard
abstract
fun
onStop
(
)
Content copied to clipboard
Callback for when onStop} or onStop} is called.