JobConfigOverlay

data class JobConfigOverlay(val animations: List<JobConfigOverlayAnimation>? = null, val image: JobConfigOverlayImage? = null)

Constructors

Link copied to clipboard
constructor(animations: List<JobConfigOverlayAnimation>? = null, image: JobConfigOverlayImage? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of animations. The list should be chronological, without any time overlap. Structure is documented below.

Link copied to clipboard

Image overlay. Structure is documented below.