Hello, how can I delay a return in a synchronous function in Kotlin? I tried with Handler + delay, T...
b
Hello, how can I delay a return in a synchronous function in Kotlin? I tried with Handler + delay, Timer but no luck, the function returns the result. I need to delay -> return value