ServiceStateChangeEvent

data class ServiceStateChangeEvent(val serviceInfo: ServiceInfo, val oldState: ServiceStates, val newState: ServiceStates) : Event

Constructors

Link copied to clipboard
constructor(serviceInfo: ServiceInfo, oldState: ServiceStates, newState: ServiceStates)

Properties

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