@dcloudio/uni-push 3.0.0-alpha-3040220220310007 → 3.0.0-alpha-3040220220310008

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,13 @@ Promise.resolve().then(() => {
7
7
  cid: info.clientid,
8
8
  });
9
9
  }
10
+ plus.push.addEventListener('click', (result) => {
11
+ // @ts-expect-error
12
+ uni.invokePushCallback({
13
+ type: 'click',
14
+ message: result,
15
+ });
16
+ });
10
17
  plus.push.addEventListener('receive', (result) => {
11
18
  // @ts-expect-error
12
19
  uni.invokePushCallback({