EventCoordinator

class EventCoordinator(eventHandlers: List<EventHandler>)

A centralized coordinator of events emitted throughout Auth Foundation and other Okta SDKs.

Constructors

Link copied to clipboard
constructor(eventHandler: EventHandler)

A convenience constructor for passing in a single EventHandler to invoke when events are emitted.

constructor(eventHandlers: List<EventHandler>)

Functions

Link copied to clipboard
fun sendEvent(event: Event)