SdkContext

interface SdkContext(source)

Cross-slice bridge used by the identity actor to call into other managers.

Keeps the identity slice decoupled from concrete manager types.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun awaitConfig(): Config?
Link copied to clipboard
abstract suspend fun fetchAssignments()
Link copied to clipboard
abstract suspend fun reevaluateTestMode(appUserId: String?, aliasId: String?)