1.0.3 • Published 2 years ago

@react4tv/smart-tv-hot-update v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@react4tv/smart-tv-platform / Modules

IframeSdk

Library support hotupdate for SmartTV platform.

Installation

Using npm:

npm install --save ...

or using yarn:

yarn add ...

Usage

Classes

Interfaces

Examples

window.onload = function () {
  if (window.SDKHotUpdateIframe) {
    window.SDKHotUpdateIframe.getInstance({
      debug: true,
      loadAppTimeOut: 10000,
    });
  }
};

Release Notes

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago