Package com.ooyala.pulse
Interface PulseLiveSessionListener
-
public interface PulseLiveSessionListenerThis interface is used by aPulseLiveSessionto communicate with your application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidgetStaggeringValues(ResponseHeader responseHeader)Called when a Pulse ad response returns, giving access to supported staggering HTTP headers.voidillegalOperationOccurred(Error error)An unexpected operation has occurred.
-
-
-
Method Detail
-
getStaggeringValues
default void getStaggeringValues(ResponseHeader responseHeader)
Called when a Pulse ad response returns, giving access to supported staggering HTTP headers.- Parameters:
responseHeader- Contains supported Pulse staggering response headers.
-
illegalOperationOccurred
void illegalOperationOccurred(Error error)
An unexpected operation has occurred.- Parameters:
error- The error that occurred.
-
-