1.2.5 • Published 4 months ago

@ott-smarttv/util-native v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Osiris SmartTV Native Util

Setup

NativeUtil.getInstance()?.loadScripts({
  scripts: undefined,
  onLoadSuccess: (data) => {
    ReactDOM.render(
      <App />
      ,
      document.getElementById('root')
    );
  },
})

Example

useEffect(() => {
    (async () => {
      const res = await UtilNative.getInstance()?.getBaseInfo()
      setRes(() => res)
      console.log("🚀 ~ res:", res)
    })()
    UtilNative.getInstance()?.onEvent(ListenerEvent.NETWORK_CHANGE, (res) => 
     {
      console.log("🚀 ~ network:", res)
      setNetwork(() => res)
    })
    UtilNative.getInstance()?.onEvent(ListenerEvent.MOUSE_ENABLE, (e) => {
      console.log('mouse', e)
      setMouse(() => e)
    })
    UtilNative.getInstance()?.onEvent(ListenerEvent.STATUS_KEYBOARD_CHANGE, 
     (e) => {
      console.log('keyboard', e)
      setKeyboard(() => e)
    })
  }, [])
1.2.0

4 months ago

1.1.9

4 months ago

1.2.5

4 months ago

1.2.4

4 months ago

1.2.3

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.1.8

4 months ago

1.1.7

4 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago