Constructors

Link copied to clipboard
constructor(context: Context, eventEmitter: EventEmitter, brightcoveVideoView: BaseVideoView)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun addListener(eventType: String, listener: EventListener)
Convenience method to add an EventListener for the given type using the EventEmitter.on() method.
Link copied to clipboard
open fun addOnceListener(eventType: String, listener: EventListener)
Convenience method to add an EventListener for the given type using the EventEmitter.once() method.
Link copied to clipboard
Provides a reference to the EventEmitter with which this component was initialized
Link copied to clipboard
open fun initializeEvents()
Initializes the events that the GSC should be listening to work properly.
Link copied to clipboard
open fun removeListener(eventType: String)
Removes the specified listener from the EventEmitter.
Link copied to clipboard
open fun removeListeners()
Removes all set listeners from the EventEmitter.
Link copied to clipboard
Request the current active sessions.
Link copied to clipboard
open fun setRequestHeaders(requestHeaders: Map<String, String>)
Set the headers that will be included in the request
Link copied to clipboard
Set a SessionsListener to get the current active sessions
Link copied to clipboard
open fun stopAndClear()