Redirect Notice

Redirect Notice

The page you requested has been relocated to Player Docs.

akamai.amp.PluginConfig

Base plugin configuration interface.

Extends

Members

debug

(readonly) :boolean

Flag indicating whether or not the plugin is in debug mode.

Overrides:

enabled

:boolean

Flag used to enable/disable a plugin

Inherited From:

locales

(readonly) :Object

A localization object.

Example
var config = {
  locales: {
    en: {MSG_TEST: "testing"}
  }
};

resources

:Array.<akamai.amp.PlayerResource>

List of resources to be loaded upon instantiation of the player.

Inherited From: