Package-level declarations

This contains common components for the client and server side of the service oriented communications architecture.

Types

Link copied to clipboard
class ServiceClientLiveData(methodId: Int, serviceHandler: CommunicationsServiceHandler, coroutineScope: CoroutineScope = MainScope()) : LiveData<ByteString?>

Remote live data client.

Link copied to clipboard
class ServiceClientLiveDataMap(methodId: Int, serviceHandler: CommunicationsServiceHandler, coroutineScope: CoroutineScope = MainScope()) : LiveData<Map<ByteString, ByteString?>>

Remote live data map client.

Link copied to clipboard
data class ServiceProviderId(val id: Long) : Parcelable

Unique identifier for a service provider.