Out

sealed class Out : Communication.V1

Class that maps all messages that the com.kynetics.uf.android.UpdateFactoryService sends to the clients

Types

Link copied to clipboard
class AuthorizationRequest(val authName: String) : Communication.V1.Out

This class represents a message that the com.kynetics.uf.android.UpdateFactoryService sends to clients when it is waiting for an user authorization

Link copied to clipboard
class CurrentServiceConfiguration(val conf: UFServiceConfiguration) : Communication.V1.Out

This class represents a message that the com.kynetics.uf.android.UpdateFactoryService sends to the client as response of a Communication.V1.In.Sync message.

Link copied to clipboard

This class represents a message that the com.kynetics.uf.android.UpdateFactoryService sends to the client as response of a Communication.V1.In.Sync message.

Link copied to clipboard
class ServiceNotification(val content: UFServiceMessageV1) : Communication.V1.Out

This class represents a message that the com.kynetics.uf.android.UpdateFactoryService sends to clients with the information about its state. This message is sent after each polling request or as response of a Communication.V1.In.Sync message.

Properties

Link copied to clipboard
val id: Int

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard