StreamTimelineManager

Manager that manages timeline events dispatch

Properties

Link copied to clipboard
abstract val gameInfo: Map<String, Any>?

Represents game metadata

Link copied to clipboard
abstract val player: Player

Main content Player instance

Link copied to clipboard

StreamTimelineConfig instance that provides the path to the collection of player events.

Functions

Link copied to clipboard

checks whether the document is present in the firebase or not.

Link copied to clipboard
abstract fun shutdown()

Stops receiving streamTimeline events called while closing the player

Link copied to clipboard
abstract suspend fun subscribeToPlayerEvents(): Result<Unit, Error>

setup the subscription to the stream timeline events.