Skip to content

hyExt.onEnterForeground

maizhiying edited this page Jun 11, 2019 · 3 revisions

hyExt.onEnterForeground

  • 监听小程序进入前台生命周期
  • since 1.1.0

例子

hyExt.onEnterForeground(() => {
  hyExt.logger.info('enter foreground')
})

参数

参数名称 类型 备注
callback Function 回调函数

返回

Clone this wiki locally