ServiceNotification

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.

See also

Constructors

Link copied to clipboard
fun ServiceNotification(content: UFServiceMessageV1)

Properties

Link copied to clipboard
val content: UFServiceMessageV1

The notification content

Link copied to clipboard
val id: Int