AdStreamManager
AdStreamManager is the base class for all stream managers. It defines a listener interface and the minimum functions needed for a stream manager to operate
Inheritors
Types
Functions
Link copied to clipboard
Add a listener to be called back on stream events. The listener is held as a strong reference; thus, the caller is responsible for releasing the reference.
listener: callback reference to be added
Link copied to clipboard
Remove a listener from the listener list.
listener: callback reference to be removed