onSdkEvent

@MainThread
abstract fun onSdkEvent(accountMeta: AccountMeta, event: MoESdkEvent)

Invoked on the main thread when the SDK emits an autonomous event.

Parameters

accountMeta

The AccountMeta identifying the SDK instance that emitted the event.

event

The MoESdkEvent describing what occurred.