Class FreeWheelEventType

java.lang.Object
com.brightcove.freewheel.event.FreeWheelEventType

public final class FreeWheelEventType extends Object
Contains String constants for the EventTypes used by the FreeWheel plugin
  • Field Details

    • LOCK

      public static final String LOCK
      Used when the freewheel plugin 'locks' and restricts certain events from bubbling up
      See Also:
    • UNLOCK

      public static final String UNLOCK
      See Also:
    • DID_LOAD_AD_MANAGER

      public static final String DID_LOAD_AD_MANAGER
      Emitted when the FreeWheel Ad Manager has been loaded.
      See Also:
    • SHOW_DISPLAY_ADS

      public static final String SHOW_DISPLAY_ADS
      Alert to listeners that there is a new Display ad ready for layout. Event will contain a list of ad slots
      See Also:
    • WILL_SUBMIT_AD_REQUEST

      public static final String WILL_SUBMIT_AD_REQUEST
      Emitted before the Plugin makes an Ad Request. Can be used by developers as an opportunity to edit the AdContext before a request
      See Also:
    • DID_SUBMIT_AD_REQUEST

      public static final String DID_SUBMIT_AD_REQUEST
      Emitted after the Plugin makes an Ad Request
      See Also:
  • Constructor Details

    • FreeWheelEventType

      public FreeWheelEventType()