Package | com.brightcove.api.events |
Class | public class EmbedCodeEvent |
Inheritance | EmbedCodeEvent ![]() |
Property | Defined By | ||
---|---|---|---|
snippet : String [read-only]
Returns the embed code snippet held by the event. | EmbedCodeEvent |
Method | Defined By | ||
---|---|---|---|
EmbedCodeEvent(type:String, snippet:String = null)
Constructor. | EmbedCodeEvent | ||
clone():Event [override]
Returns a copy of the event instance. | EmbedCodeEvent |
Constant | Defined By | ||
---|---|---|---|
EMBED_CODE_RETRIEVED : String = embedCodeRetrieved [static]
The EmbedCodeEvent.EMBED_CODE_RETRIEVED constant defines the value of the
type property of the event object for a
embedCodeRetrieved event. | EmbedCodeEvent |
snippet | property |
snippet:String
[read-only] Returns the embed code snippet held by the event.
public function get snippet():String
EmbedCodeEvent | () | Constructor |
public function EmbedCodeEvent(type:String, snippet:String = null)
Constructor.
Parameterstype:String — name if the event.
| |
snippet:String (default = null ) — embed code snippet connected with the event.
|
clone | () | method |
override public function clone():Event
Returns a copy of the event instance.
ReturnsEvent — A copy of the event.
|
EMBED_CODE_RETRIEVED | Constant |
public static const EMBED_CODE_RETRIEVED:String = embedCodeRetrieved
The EmbedCodeEvent.EMBED_CODE_RETRIEVED constant defines the value of the
type
property of the event object for a
embedCodeRetrieved
event.