Class AdSkippedEvent


  • public class AdSkippedEvent
    extends Event
    Payload that accompanies the onAdSkipped() event.
    • Constructor Detail

      • AdSkippedEvent

        public AdSkippedEvent​(@NonNull
                              JWPlayer player,
                              @NonNull
                              AdClient client,
                              @NonNull
                              java.lang.String creativeType,
                              @NonNull
                              java.lang.String tag)
    • Method Detail

      • getTag

        @NonNull
        public java.lang.String getTag()
        Returns:
        The URL of the ad tag that was skipped.
      • getClient

        @NonNull
        public AdClient getClient()
        Returns:
        The client that is currently being used.
      • getCreativeType

        @NonNull
        public java.lang.String getCreativeType()
        Returns:
        The type of ad that was skipped.