Package | com.brightcove.api.events |
Class | public class ExperienceEvent |
Inheritance | ExperienceEvent ![]() |
Method | Defined By | ||
---|---|---|---|
ExperienceEvent(type:String)
Constructor. | ExperienceEvent | ||
clone():Event [override]
Returns a copy of the event instance. | ExperienceEvent |
Constant | Defined By | ||
---|---|---|---|
ADDED_TO_STAGE : String = addedToStage [static]
The ExperienceEvent.ADDED_TO_STAGE constant defines the value of the
type property of the event object for a
addedToStage event. | ExperienceEvent | ||
ENTER_FULLSCREEN : String = enterFullScreen [static]
The ExperienceEvent.ENTER_FULLSCREEN constant defines the value of the
type property of the event object for a
enterFullScreen event. | ExperienceEvent | ||
EXIT_FULLSCREEN : String = exitFullScreen [static]
The ExperienceEvent.EXIT_FULLSCREEN constant defines the value of the
type property of the event object for a
exitFullScreen event. | ExperienceEvent | ||
MODULES_LOADED : String = modulesLoaded [static]
The ExperienceEvent.MODULES_LOADED constant defines the value of the
type property of the event object for a
modulesLoaded event. | ExperienceEvent | ||
TEMPLATE_LOADED : String = templateLoaded [static]
The ExperienceEvent.TEMPLATE_LOADED constant defines the value of the
type property of the event object for a
templateLoaded event. | ExperienceEvent | ||
TEMPLATE_READY : String = templateReady [static]
The ExperienceEvent.TEMPLATE_READY constant defines the value of the
type property of the event object for a
templateReady event. | ExperienceEvent | ||
USER_MESSAGE : String = userMessage [static]
The ExperienceEvent.USER_MESSAGE constant defines the value of the
type property of the event object for a
userMessage event. | ExperienceEvent |
ExperienceEvent | () | Constructor |
public function ExperienceEvent(type:String)
Constructor.
Parameterstype:String — event name.
|
clone | () | method |
override public function clone():Event
Returns a copy of the event instance.
ReturnsEvent — A copy of the event.
|
ADDED_TO_STAGE | Constant |
public static const ADDED_TO_STAGE:String = addedToStage
The ExperienceEvent.ADDED_TO_STAGE constant defines the value of the
type
property of the event object for a
addedToStage
event.
ENTER_FULLSCREEN | Constant |
public static const ENTER_FULLSCREEN:String = enterFullScreen
The ExperienceEvent.ENTER_FULLSCREEN constant defines the value of the
type
property of the event object for a
enterFullScreen
event.
EXIT_FULLSCREEN | Constant |
public static const EXIT_FULLSCREEN:String = exitFullScreen
The ExperienceEvent.EXIT_FULLSCREEN constant defines the value of the
type
property of the event object for a
exitFullScreen
event.
MODULES_LOADED | Constant |
public static const MODULES_LOADED:String = modulesLoaded
The ExperienceEvent.MODULES_LOADED constant defines the value of the
type
property of the event object for a
modulesLoaded
event.
TEMPLATE_LOADED | Constant |
public static const TEMPLATE_LOADED:String = templateLoaded
The ExperienceEvent.TEMPLATE_LOADED constant defines the value of the
type
property of the event object for a
templateLoaded
event.
TEMPLATE_READY | Constant |
public static const TEMPLATE_READY:String = templateReady
The ExperienceEvent.TEMPLATE_READY constant defines the value of the
type
property of the event object for a
templateReady
event.
USER_MESSAGE | Constant |
public static const USER_MESSAGE:String = userMessage
The ExperienceEvent.USER_MESSAGE constant defines the value of the
type
property of the event object for a
userMessage
event.