UNPKG

zombiebox-platform-samsung

Version:

Samsung Orsay platfrom adapter for ZombieBox Smart TV framework

33 lines (24 loc) 531 B
/** * @constructor */ Common.API.Plugin = function() {}; /** * Sets off the screen saver. * @type {function(): undefined} */ Common.API.Plugin.prototype.setOffScreenSaver; /** * Sets the screen saver on. * @type {function(): undefined} */ Common.API.Plugin.prototype.setOnScreenSaver; /** * Takes key value at input * @type {function(number): undefined} */ Common.API.Plugin.prototype.registKey; /** * Takes key value at input * @type {function(number): undefined} */ Common.API.Plugin.prototype.unregistKey;