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 enum 
    The Creative Click Type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Creative Click id.
    Gets Creative Click type.
    Gets Creative Click uri.
  • Method Details

    • getId

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

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

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