EventBuffer

interface EventBuffer

EventBuffer defines a buffer which will consume the SDKEvent internally.

Inheritors

Functions

Link copied to clipboard
abstract fun add(item: SDKEvent)

Add a meeting event to the buffer.

Link copied to clipboard
abstract fun process()

Consume the data.