Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DisplaySnackbar(val tileId: String? = null, val message: String, val duration: SnackbarDuration = SnackbarDuration.Short, val actionLabel: String? = null, val onAction: suspend () -> Unit? = null, val onDismiss: suspend () -> Unit? = null) : ScreenTileScreenTilesBroadcastData

Properties

Link copied to clipboard
abstract val tileId: String?

id of the tile this broadcast targets, or null for a command with no single addressed tile (e.g. an overlay command, which is addressed by overlay id rather than tile id).