Out
Class that maps all messages that the com.kynetics.uf.android.UpdateFactoryService sends to the clients
Types
Link copied to clipboard
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
Content 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
Content copied to clipboard
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.