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