CurrentServiceConfiguration

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.

See also

Constructors

Link copied to clipboard
fun CurrentServiceConfiguration(conf: UFServiceConfiguration)

Properties

Link copied to clipboard
val conf: UFServiceConfiguration

the service configuration

Link copied to clipboard
val id: Int