typealias ErrorSender = (Throwable) -> Unit |
|
typealias MessageSender = (String) -> Unit |
const val NO_GETTER: String |
|
val now: Long
Gets value of Milliseconds of current time |
|
val platformApi: Int |
fun getCurrentTimeInFormat(stringFormat: String): String
Gets current time in given format |
|
fun noGetter(): Nothing |
|
fun platformIsGreaterThan(version: Int): Boolean |
|
fun platformIsOlderThan(version: Int): Boolean |
|
fun runAndLogException(block: () -> Unit): Unit |
|
fun |