Files
dou_fire/uni_modules/uni-usercapturescreen/utssdk/mp-weixin/index.js

8 lines
189 B
JavaScript

export function onUserCaptureScreen (callback) {
return wx.onUserCaptureScreen(callback)
}
export function offUserCaptureScreen (callback) {
return wx.offUserCaptureScreen(callback)
}