Packagese.videoplaza.kit.api.utils
Classpublic dynamic class VideoplazaLoaderConfig

The VideoplazaLoaderConfig class carries vital item information to the VideoplazaLoader.

The VideoplazaLoaderConfig object is dynamic, allowing you to add methods and properties dynamically. This allows for customization of this object, thereby providing the VideoplazaLoader with information unique to a certain client implementation. Observe that for this customization to have effect, both parties must have agreed on this custom implementation.



Public Properties
 PropertyDefined by
  vpDomain : String
VideoplazaLoaderConfig
  vpid : String
VideoplazaLoaderConfig
Public Methods
 MethodDefined by
  
VideoplazaLoaderConfig
Property detail
vpDomainproperty
vpDomain:String  [read-write]Implementation
    public function get vpDomain():String
    public function set vpDomain(value:String):void
vpidproperty 
vpid:String  [read-write]Implementation
    public function get vpid():String
    public function set vpid(value:String):void
Constructor detail
VideoplazaLoaderConfig()constructor
public function VideoplazaLoaderConfig()