SplashScreen

data class SplashScreen(val key: String, val elements: List<Element>, val backgroundUrl: String)

A splash screen that should be rendered to the user whenever available.

Only available in direct media calls.

Constructors

Link copied to clipboard
constructor(key: String, elements: List<Element>, backgroundUrl: String)

Properties

Link copied to clipboard

a URL that contains the background image

Link copied to clipboard

a list of Elements that should be drawn over the backgroundUrl

Link copied to clipboard
val key: String

a unique key that identifies this SplashScreen