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
- CustomClick
or any of its variations belonging to other Creative types as NonLinear or Companion creatives. for example, CompanionClickThrough, CompanionClickTracking, etc.
-
Nested Class Summary
-
Method Summary
-
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
-