Companion

object Companion

Companion object that hosts global variables and helper functions for GoogleSheets

Functions

Link copied to clipboard
fun getCSVParser(sheetTab: String, sheetLink: String): CSVParser

Helper function that returns a CSVParser from a specified Google Sheet and tab

Link copied to clipboard
fun isNumeric(toCheck: String): Boolean

Helper function that returns if a string is only made of numbers

Link copied to clipboard
fun utteranceFromTextWithTags(textParam: String): Utterance

Allows the use of tags inside a text to be handled.

Properties

Link copied to clipboard

Fallback for a missing key in a localized Google Sheet call.

Link copied to clipboard

Fallback for a missing key in a regular Google Sheet call.

Link copied to clipboard
var textLanguage: Language? = null

Language to fetch the string from in a localized Google sheet call. If set to null (by default), strings will be fetched from a sheet without the language column.

Link copied to clipboard

A map that links the name of a gesture to a gesture, used for tags in google sheets integration. This map is mutable and can be modified to if custom tags or new gestures are needed.