Interface PulseLiveSessionListener


  • public interface PulseLiveSessionListener
    This interface is used by a PulseLiveSession to communicate with your application.
    • 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.