BrazeCoroutineScope

A coroutine scope for the various jobs performed by the SDK in parallel.

Properties

Link copied to clipboard
open val coroutineContext: <Error class: unknown class>

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.