File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 66
77abstract class AbstractLinearCreative extends AbstractNode
88{
9+ /**
10+ * this event should be used to indicate when the player considers that it has loaded
11+ * and buffered the creative’s media and assets either fully or to the extent that it is ready to play the media.
12+ */
13+ const EVENT_TYPE_LOADED = 'loaded ' ;
14+
915 /**
1016 * not to be confused with an impression, this event indicates that an individual creative
1117 * portion of the ad was viewed. An impression indicates the first frame of the ad was displayed; however
@@ -132,6 +138,7 @@ protected function getDomElement()
132138 public static function getEventList ()
133139 {
134140 return array (
141+ self ::EVENT_TYPE_LOADED ,
135142 self ::EVENT_TYPE_CREATIVEVIEW ,
136143 self ::EVENT_TYPE_START ,
137144 self ::EVENT_TYPE_FIRSTQUARTILE ,
You can’t perform that action at this time.
0 commit comments