Package cloud. pace. sdk. utils
Types
A backport of Java CompletableFuture which works with old Androids.
Utils for device attributes.
Functions
Returns the future of an async coroutine on the Background context.
Returns the future of an async coroutine.
launch a new coroutine on the main thread if the block is not already called on the main thread. In that case, the code is just executed without the use of a coroutine.
Returns true if this nullable char sequence is not null or blank.
Returns true if this nullable char sequence is not null or empty.
launch a new coroutine on a background thread.
launch a new coroutine on a background thread.
launch a new coroutine on the main thread.
launch a new coroutine on the main thread without inlining.
Resumes the execution of the corresponding coroutine if it is still active and passes value as the return value of the last suspension point.
Resumes the execution of the corresponding coroutine if it is still active so that the exception is re-thrown right after the last suspension point.