Braze Coroutine Scope
object BrazeCoroutineScope
A coroutine scope for the various jobs performed by the SDK in parallel.
Functions
Link copied to clipboard
fun launchDelayed(startDelayInMs: Number, specificContext: <Error class: unknown class> = coroutineContext, block: suspend () -> Unit): <Error class: unknown class>
Launch a function after a certain amount of delay.