SButton

class SButton(var buttonText: String, var sayText: Utterance)

Custom button class used to say text from a button through Google Sheets.

Constructors

Link copied to clipboard
fun SButton(buttonText: String, sayText: Utterance)

Properties

Link copied to clipboard
Link copied to clipboard
var sayText: Utterance