app / io.geeteshk.dot.ui.main / MainActivity / MessageRunnable

MessageRunnable

inner class MessageRunnable : Runnable

A Runnable that is run by our flashing Thread that takes care of flashing the morse code with the correct timings and delays. There is probably a more optimal way of doing this

Constructors

<init>

MessageRunnable(currentString: String)

A Runnable that is run by our flashing Thread that takes care of flashing the morse code with the correct timings and delays. There is probably a more optimal way of doing this

Functions

run

fun run(): Unit

Begin flashing in here, dirty stuff here, look away