Braze Coroutine Scope
A coroutine scope for the various jobs performed by the SDK in parallel.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun launchDelayed(startDelayInMs: Number, specificContext: ERROR CLASS: Symbol not found for CoroutineContext = coroutineContext, block: suspend () -> Unit): ERROR CLASS: Symbol not found for Job
Launch a function after a certain amount of delay.