Interface POBVideoRenderingListener

  • All Implemented Interfaces:

    
    public interface POBVideoRenderingListener
    
                        

    Interface definition to notify video rendering events

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void notifyAdEvent(@NonNull() POBDataType.POBVideoAdEventType event) Notifies the video ad event to the listener
      abstract void onSkipOptionUpdate(boolean isEnable) Enables the back press when skip duration is reached.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • notifyAdEvent

         abstract void notifyAdEvent(@NonNull() POBDataType.POBVideoAdEventType event)

        Notifies the video ad event to the listener

        Parameters:
        event - video ad event
      • onSkipOptionUpdate

         abstract void onSkipOptionUpdate(boolean isEnable)

        Enables the back press when skip duration is reached.

        Parameters:
        isEnable - boolean to tell if skip option is enabled or not