Package-level declarations
Functions
Link copied to clipboard
fun AppleConnectivity(options: ConnectivityOptions = ConnectivityOptions(), scope: CoroutineScope = CoroutineScope(Dispatchers.Default)): Connectivity
Creates a Connectivity instance for Apple platforms.
Link copied to clipboard
fun Connectivity(options: ConnectivityOptions = ConnectivityOptions(), scope: CoroutineScope = CoroutineScope(Dispatchers.Default)): Connectivity
Creates a Connectivity instance for Apple platforms.
fun Connectivity(scope: CoroutineScope = CoroutineScope(Dispatchers.Default), options: ConnectivityOptions.Builder.() -> Unit): Connectivity
Creates a Connectivity instance for Apple platforms using a builder pattern for the ConnectivityOptions.