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 Interface Description
      static class  Click.Type
      The Creative Click Type.
    • Method Detail

      • getId

        java.lang.String getId()
        Gets the Creative Click id.
        Returns:
        the id
      • getURI

        java.net.URI getURI()
        Gets Creative Click uri.
        Returns:
        the uri
      • getType

        Click.Type getType()
        Gets Creative Click type.
        Returns:
        the type