Transition

Program transition configuration.

Types

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

Properties

Link copied to clipboard

The duration of the live program in seconds.

Link copied to clipboard

The position where this program will be inserted relative to the RelativePosition.

Link copied to clipboard

The name of the program that this program will be inserted next to, as defined by RelativePosition.

Link copied to clipboard

The date and time that the program is scheduled to start, in epoch milliseconds.

Link copied to clipboard

Defines when the program plays in the schedule. You can set the value to ABSOLUTE or RELATIVE.

Functions

Link copied to clipboard
inline fun copy(block: Transition.Builder.() -> Unit = {}): Transition
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