Interface ViewableImpression

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface ViewableImpression
     implements Parcelable
                        

    Represents a parsed <ViewableImpression> element.

    • 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 List<String> getViewable() the list of uri that the player triggers if and when the ad meets criteria for a viewable video ad impression.
      abstract List<String> getNotViewable() the list of uri that the player triggers if the ad is executed but never meets criteria for a viewable video ad impression.
      abstract List<String> getViewUndetermined() the list of uri that the player triggers if it cannot determine whether the ad has met criteria for a viewable video ad impression.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getViewable

         abstract List<String> getViewable()

        the list of uri that the player triggers if and when the ad meets criteria for a viewable video ad impression.

      • getNotViewable

         abstract List<String> getNotViewable()

        the list of uri that the player triggers if the ad is executed but never meets criteria for a viewable video ad impression.

      • getViewUndetermined

         abstract List<String> getViewUndetermined()

        the list of uri that the player triggers if it cannot determine whether the ad has met criteria for a viewable video ad impression.