Skip to content

Analytics Scheme

Allows handle analytics events generated by the SDK. By implementing the onAnalyticsEvent callback, developers can integrate these events with external analytics services or define custom event handling logic.

Analytics

Analytics {
  handler: {
    onAnalyticsEvent: Callback(Event) // (1)!
  }
}
  1. Callback function that processes analytics events generated by the SDK, allowing integration with external analytics services or custom event handling.