ServiceEvent

The details for an event that's associated with a service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Unix timestamp for the time when the event was triggered.

Link copied to clipboard
val id: String?

The ID string for the event.

Link copied to clipboard

The event message.

Functions

Link copied to clipboard
inline fun copy(block: ServiceEvent.Builder.() -> Unit = {}): ServiceEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String