RemoteServices

sealed class RemoteServices

State of the service discovery process.

Inheritors

Types

Link copied to clipboard
data class Discovered(val services: List<RemoteService>) : RemoteServices

Remote services have been discovered.

Link copied to clipboard

Remote services are being discovered.

Link copied to clipboard

Remote services discovery has failed.

Link copied to clipboard
data object Unknown : RemoteServices

Remote services are unknown.