PagerTileScreenTilesBroadcastData
Inheritors
Types
Link copied to clipboard
data class ScrollToBegin(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToEnd(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToNextPage(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToPreviousPage(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData