Package-level declarations

Types

Link copied to clipboard
sealed class NetworkStatus

Kotlin Multiplatform implementation of the platform's reachability API.

Link copied to clipboard
class PlatformReachability(reachability: ReachabilityInterface)

Interacts directly with the platform's reachability API to monitor network status.

Link copied to clipboard

Used to listen to changes in the platform's reachability API.

Link copied to clipboard

This class is responsible for managing the lifecycle of the PlatformReachability instance. It will start and stop the reachability instance based on the number of subscribers to the networkStatus and isReachable properties.