rakshakhegde
03/31/2017, 4:35 PMasync(UI) {
try {
val response = api.checkBalance(ssoToken).await()
balance.set(response.amount)
} catch (throwable: Throwable) {
throwable.printStackTrace()
println(throwable.stackTrace.toList())
act.longToast("${throwable.message}")
}
}