BrazeCoroutineScope

object BrazeCoroutineScope : <ERROR CLASS> ERROR CLASS: Symbol not found for CoroutineScope

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

Properties

Link copied to clipboard
open override val coroutineContext: ERROR CLASS: Symbol not found for CoroutineContext
Link copied to clipboard
private val exceptionHandler: ERROR CLASS: Unresolved name: CoroutineExceptionHandler
Link copied to clipboard

If true, exceptions will be re-raised after logging. This is useful for testing.

Functions

Link copied to clipboard
internal fun cancelChildren()
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.