amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.analytics / EventAnalyticsObserver

EventAnalyticsObserver

interface EventAnalyticsObserver

EventAnalyticsObserver handles events regarding to analytics.

Functions

onEventReceived

Called when specific events occur during the meeting. Each event includes attributes of the event.

abstract fun onEventReceived(name: EventName, attributes: EventAttributes): Unit