app / io.geeteshk.dot.utils / Constants

Constants

class Constants

Constant values that are used throughout the app

Constructors

<init>

Constants()

Constant values that are used throughout the app

Companion Object Properties

DOT_DELAY

const val DOT_DELAY: Int

The duration of a single dot in morse code

RC_SETTINGS

const val RC_SETTINGS: Int

Request code used when opening app Settings

SPACE_PATTERN

val SPACE_PATTERN: Regex

Pattern to detect whitespaces in a string

englishToMorseCode

val englishToMorseCode: Map<Char, String>

Map of english characters to Morse dots and dashes