uni.onMemoryWarning(CALLBACK)

监听内存不足告警事件。 当 iOS/Android 向小程序进程发出内存警告时,触发该事件。Android 下有告警等级划分,iOS 无等级划分。 平台差异说明 CALLBACK返回参数: level 的合法值 代码示例

  1. uni.onMemoryWarning(function () { console.log('onMemoryWarningReceive')})

在 GitHub 上编辑此页面!