Configuration class used to customize PSDK workflow.
urlRequestFactory:URLRequestFactory
Global URL Request factory.
The URLRequestFactory object used to create URLRequest objects in order to avoid unnecessary
302 Redirect responses. This object is global, modifying it will affect all players.
Implementation public function get urlRequestFactory():URLRequestFactory
public function set urlRequestFactory(value:URLRequestFactory):void
public function Configuration()
Default constructor.
Tue Jan 7 2014, 04:16 PM +02:00