Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "ScrollPager")
data class ScrollPagerTileEventSchema(val id: String, val trigger: EventTrigger, val events: SerializableImmutableList<EventSchema>?, val tileId: String, val where: ScrollPagerTileEventSchema.Where, val smoothly: Boolean) : EventSchema

Moves the Pager or Carousel tile identified by tileId to another page, by broadcasting a scroll command on the screen channel. smoothly chooses between an animated and an immediate jump.