Package | com.adobe.mediacore.timeline.advertising |
Class | public class AdClick |
Inheritance | AdClick ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
AdClick(id:String, title:String, url:String)
Default constructor. | AdClick |
id | property |
id:String
[read-only] The identifier of the url provided by the advertising.
public function get id():String
title | property |
title:String
[read-only] The title of the url which needs to be opened.
public function get title():String
url | property |
url:String
[read-only] The url which needs to be opened.
public function get url():String
AdClick | () | Constructor |
public function AdClick(id:String, title:String, url:String)
Default constructor.
Parametersid: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.
|