OverlayResponse

data class OverlayResponse(val animations: List<AnimationResponse>, val image: ImageResponse)

Overlay configuration.

Constructors

Link copied to clipboard
constructor(animations: List<AnimationResponse>, image: ImageResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Animations. The list should be chronological, without any time overlap.

Link copied to clipboard

Image overlay.