Package-level declarations
Types
Link copied to clipboard
class NetworkCallbackHandle(connectivityManager: ConnectivityManager, wrappedCallback: ConnectivityManager.NetworkCallback)
Handle for managing the lifecycle of a network connectivity callback.
Link copied to clipboard
class RequestTimeout(val connectionTimeout: Duration, val writeTimeout: Duration, val readTimeout: Duration) : Parcelable
Timeouts which are used in network calls for the verification service. Setting any of the properties to 0 will result in no timeout for that property. Value for each property has to be between 1 and the max value of Integer.