Package com.brightcove.ssai.ad
Interface Click
-
public interface Click
The representation of a VAST click, which can be either of the following: - ClickThrough - ClickTracking - CustomClickor 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Gets the Creative Click id.Click.Type
getType()
Gets Creative Click type.java.net.URI
getURI()
Gets Creative Click uri.
-
-
-
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
-
-