3.0.7 • Published 2 years ago

@zkty-team/x-engine-jsi-broadcast v3.0.7

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

broacast 当前仅供原生主动使用,会广播各种 type, 如 vuex 当前依赖了 broadcast 如果业务有用到,需要定义好 type,与 payload. 前端使用如下

xengine.broadcastOn((type, payload) => {
  if (type === 'xxxxx') {
    console.log(type, payload)
  }
})