UNPKG

zombiebox-platform-samsung

Version:

Samsung Orsay platfrom adapter for ZombieBox Smart TV framework

13 lines (10 loc) 231 B
/** * @constructor * @extends {HTMLElement} */ const PluginTV = function() {}; /** * PL_TV_PRODUCT_TYPE_BD|PL_TV_PRODUCT_TYPE_MONITOR|PL_TV_PRODUCT_TYPE_TV * @type {function(): number} */ PluginTV.prototype.GetProductType;