UFServiceMessage

class UFServiceMessage(    val eventName: String,     val oldState: String,     val currentState: String,     val suspend: UFServiceMessage.Suspend) : Serializable

This class represents the service state (API version 0.1)

See also

Constructors

Link copied to clipboard
fun UFServiceMessage(    eventName: String,     oldState: String,     currentState: String,     suspend: UFServiceMessage.Suspend)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum Suspend : Enum<UFServiceMessage.Suspend>

Properties

Link copied to clipboard
val currentState: String
Link copied to clipboard
val dateTime: String
Link copied to clipboard
val eventName: String
Link copied to clipboard
val oldState: String
Link copied to clipboard
val suspend: UFServiceMessage.Suspend