Package 

Interface Click


  • 
    public interface Click
    
                        

    The representation of a VAST click, which can be either of the following: - ClickThrough - ClickTracking - CustomClick

    or any of its variations belonging to other Creative types as NonLinear or Companion creatives. for example, CompanionClickThrough, CompanionClickTracking, etc.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum Click.Type

      The Creative Click Type.

    • Method Summary

      Modifier and Type Method Description
      abstract String getId() Gets the Creative Click id.
      abstract URI getURI() Gets Creative Click uri.
      abstract Click.Type getType() Gets Creative Click type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait