Package-level declarations
Types
Link copied to clipboard
data class EventsJob(val delivered: EventsJobType.EventsJobDelivered, val started: EventsJobType.EventsJobStarted, val cancelled: EventsJobType.EventsJobCancelled, val finished: EventsJobType.EventsJobFinished)
Class that hold events information related with Jobs
Link copied to clipboard
Sealed class to handle different job events