Packagecom.adobe.mediacore.timeline.advertising
Classpublic class AdClick
InheritanceAdClick Inheritance Object

Class holding click through information for content. The click through information is used to provide a click-through URI for the media file if the media file cannot provide its own. The URI provided is for the application to open in a new web browser window when the user clicks the ad. The URI typically redirects the user to a page on the Advertiser’s site.



Public Properties
 PropertyDefined By
  id : String
[read-only] The identifier of the url provided by the advertising.
AdClick
  title : String
[read-only] The title of the url which needs to be opened.
AdClick
  url : String
[read-only] The url which needs to be opened.
AdClick
Public Methods
 MethodDefined By
  
AdClick(id:String, title:String, url:String)
Default constructor.
AdClick
Property Detail
idproperty
id:String  [read-only]

The identifier of the url provided by the advertising.


Implementation
    public function get id():String
titleproperty 
title:String  [read-only]

The title of the url which needs to be opened.


Implementation
    public function get title():String
urlproperty 
url:String  [read-only]

The url which needs to be opened.


Implementation
    public function get url():String
Constructor Detail
AdClick()Constructor
public function AdClick(id:String, title:String, url:String)

Default constructor.

Parameters
id:String — The identifier of the url provided by the advertising.
 
title:String — The title of the url which needs to be opened.
 
url:String — The url which needs to be opened.