ServerConnectivityGatewayImpl

internal class ServerConnectivityGatewayImpl(val connectivityMonitor: ConnectivityMonitor, val serverUrlProvider: ServerUrlProvider) : ServerConnectivityGateway(source)

Implements ServerConnectivityGateway behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(connectivityMonitor: ConnectivityMonitor, serverUrlProvider: ServerUrlProvider)

Properties

Link copied to clipboard

Exposes the connectivityMonitor value used by the SDAI data layer.

Link copied to clipboard

Exposes the serverUrlProvider value used by the SDAI data layer.

Functions

Link copied to clipboard
open override fun observe(): Flow<Boolean>

Loads SDAI data through observe.