@dcloudio/uni-app-x 0.7.38 → 0.7.40
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.
- package/package.json +9 -7
- package/types/UniPage.d.ts +172 -22
- package/types/app.d.ts +31 -31
- package/types/native/CSSStyleDeclaration.d.ts +16 -2
- package/types/native/CanvasRenderingContext2D.d.ts +1 -1
- package/types/native/DOMRect.d.ts +430 -10
- package/types/native/DrawableContext.d.ts +1137 -45
- package/types/native/IUniElement.d.ts +1981 -138
- package/types/native/UniNativePage.d.ts +94 -0
- package/types/native/UniResizeObserver.d.ts +215 -5
- package/types/native/UniSafeArea.d.ts +185 -0
- package/types/native/UniVideoElement.d.ts +432 -0
- package/types/native/global.d.ts +21 -8
- package/types/native/index.d.ts +1 -0
- package/types/page.d.ts +45 -3
- package/types/uni/env/index.d.ts +81 -81
- package/types/uni/uni-map-tencent-map.d.ts +19 -15
- package/types/uni/uts-plugin-api/global.d.ts +62 -63
- package/types/uni/uts-plugin-api/index.d.ts +62 -63
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +10 -12
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +5 -6
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -217
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +74 -73
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1297 -333
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +74 -73
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +783 -783
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +411 -153
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +2649 -1987
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +289 -68
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +158 -90
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +315 -315
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2781 -2175
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +490 -490
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2538 -2005
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +713 -115
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +336 -85
- package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +732 -225
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +571 -64
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +874 -830
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +692 -274
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +1013 -969
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1448 -243
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +75 -75
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +202 -103
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +264 -87
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +5521 -1939
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +472 -264
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +5752 -3618
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1215 -159
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +330 -65
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +890 -639
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +141 -92
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +4322 -2391
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +488 -336
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +77 -77
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1845 -867
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2501 -513
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1103 -516
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +2306 -1660
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +2528 -1752
- package/types/uni/uts-plugin-biz/global.d.ts +6 -4
- package/types/uni/uts-plugin-biz/index.d.ts +6 -4
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -39
- package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/global.d.ts +4 -0
- package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/index.d.ts +2 -0
- package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/interface.d.ts +14 -1
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +80 -28
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +126 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -36
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -18
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +514 -216
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +313 -313
- package/types/uni/uts-plugin-extend/global.d.ts +1 -4
- package/types/uni/uts-plugin-extend/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/global.d.ts +7 -0
- package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/index.d.ts +0 -0
- package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/interface.d.ts +3 -0
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4400 -340
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +77 -77
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +6 -6
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1495 -384
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
- package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
- package/types/uni-cloud/interface.d.ts +13 -13
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/index.d.ts +0 -9
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -151
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -11
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -224
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/global.d.ts +0 -53
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/index.d.ts +0 -25
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +0 -487
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +0 -165
|
@@ -3,145 +3,147 @@ export interface Uni {
|
|
|
3
3
|
* 监听内存不足告警事件。
|
|
4
4
|
*
|
|
5
5
|
* @tutorial https://uniapp.dcloud.io/system/memory.html#onmemorywarning
|
|
6
|
-
* @
|
|
6
|
+
* @tutorial_uni_app https://uniapp.dcloud.io/api/system/memory.html#onmemorywarning
|
|
7
7
|
* @uniPlatform {
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
8
|
+
* "app": {
|
|
9
|
+
* "android": {
|
|
10
|
+
* "osVer": "5.0",
|
|
11
|
+
* "uniVer": "3.6.9",
|
|
12
|
+
* "unixVer": "x"
|
|
13
|
+
* },
|
|
14
|
+
* "ios": {
|
|
15
|
+
* "osVer": "9.0",
|
|
16
|
+
* "uniVer": "3.6.11",
|
|
17
|
+
* "unixVer": "x"
|
|
18
|
+
* },
|
|
19
|
+
* "harmony": {
|
|
20
|
+
* "osVer": "x",
|
|
21
|
+
* "uniVer": "x",
|
|
22
|
+
* "unixVer": "x"
|
|
23
|
+
* }
|
|
24
|
+
* },
|
|
25
|
+
* "mp": {
|
|
26
|
+
* "weixin": {
|
|
27
|
+
* "hostVer": "2.0.2",
|
|
28
|
+
* "uniVer": "√",
|
|
29
|
+
* "unixVer": "4.41"
|
|
30
|
+
* },
|
|
31
|
+
* "alipay": {
|
|
32
|
+
* "hostVer": "√",
|
|
33
|
+
* "uniVer": "√",
|
|
34
|
+
* "unixVer": "x"
|
|
35
|
+
* },
|
|
36
|
+
* "baidu": {
|
|
37
|
+
* "hostVer": "√",
|
|
38
|
+
* "uniVer": "√",
|
|
39
|
+
* "unixVer": "x"
|
|
40
|
+
* },
|
|
41
|
+
* "toutiao": {
|
|
42
|
+
* "hostVer": "x",
|
|
43
|
+
* "uniVer": "x",
|
|
44
|
+
* "unixVer": "x"
|
|
45
|
+
* },
|
|
46
|
+
* "lark": {
|
|
47
|
+
* "hostVer": "x",
|
|
48
|
+
* "uniVer": "x",
|
|
49
|
+
* "unixVer": "x"
|
|
50
|
+
* },
|
|
51
|
+
* "qq": {
|
|
52
|
+
* "hostVer": "√",
|
|
53
|
+
* "uniVer": "√",
|
|
54
|
+
* "unixVer": "x"
|
|
55
|
+
* },
|
|
56
|
+
* "kuaishou": {
|
|
57
|
+
* "hostVer": "√",
|
|
58
|
+
* "uniVer": "√",
|
|
59
|
+
* "unixVer": "x"
|
|
60
|
+
* },
|
|
61
|
+
* "jd": {
|
|
62
|
+
* "hostVer": "√",
|
|
63
|
+
* "uniVer": "√",
|
|
64
|
+
* "unixVer": "x"
|
|
65
|
+
* }
|
|
66
|
+
* },
|
|
67
|
+
* "web": {
|
|
68
|
+
* "uniVer": "x",
|
|
69
|
+
* "unixVer": "x"
|
|
70
|
+
* }
|
|
71
71
|
* }
|
|
72
|
-
|
|
72
|
+
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/memory/wx.onMemoryWarning.html
|
|
73
|
+
*/
|
|
73
74
|
onMemoryWarning: OnMemoryWarning;
|
|
74
75
|
/**
|
|
75
76
|
* 取消监听内存不足告警事件。不传入 callback 则取消所有监听。
|
|
76
77
|
*
|
|
77
78
|
* @tutorial https://uniapp.dcloud.io/api/media/background-audio-manager.html
|
|
78
|
-
* @
|
|
79
|
+
* @tutorial_uni_app https://uniapp.dcloud.io/api/media/background-audio-manager.html
|
|
79
80
|
* @uniPlatform {
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
81
|
+
* "app": {
|
|
82
|
+
* "android": {
|
|
83
|
+
* "osVer": "x",
|
|
84
|
+
* "uniVer": "√",
|
|
85
|
+
* "unixVer": "x"
|
|
86
|
+
* },
|
|
87
|
+
* "ios": {
|
|
88
|
+
* "osVer": "x",
|
|
89
|
+
* "uniVer": "x",
|
|
90
|
+
* "unixVer": "x"
|
|
91
|
+
* },
|
|
92
|
+
* "harmony": {
|
|
93
|
+
* "osVer": "x",
|
|
94
|
+
* "uniVer": "x",
|
|
95
|
+
* "unixVer": "x"
|
|
96
|
+
* }
|
|
97
|
+
* },
|
|
98
|
+
* "mp": {
|
|
99
|
+
* "weixin": {
|
|
100
|
+
* "hostVer": "2.9.0",
|
|
101
|
+
* "uniVer": "√",
|
|
102
|
+
* "unixVer": "4.41"
|
|
103
|
+
* },
|
|
104
|
+
* "alipay": {
|
|
105
|
+
* "hostVer": "√",
|
|
106
|
+
* "uniVer": "√",
|
|
107
|
+
* "unixVer": "x"
|
|
108
|
+
* },
|
|
109
|
+
* "baidu": {
|
|
110
|
+
* "hostVer": "√",
|
|
111
|
+
* "uniVer": "√",
|
|
112
|
+
* "unixVer": "x"
|
|
113
|
+
* },
|
|
114
|
+
* "toutiao": {
|
|
115
|
+
* "hostVer": "x",
|
|
116
|
+
* "uniVer": "x",
|
|
117
|
+
* "unixVer": "x"
|
|
118
|
+
* },
|
|
119
|
+
* "lark": {
|
|
120
|
+
* "hostVer": "x",
|
|
121
|
+
* "uniVer": "x",
|
|
122
|
+
* "unixVer": "x"
|
|
123
|
+
* },
|
|
124
|
+
* "qq": {
|
|
125
|
+
* "hostVer": "√",
|
|
126
|
+
* "uniVer": "√",
|
|
127
|
+
* "unixVer": "x"
|
|
128
|
+
* },
|
|
129
|
+
* "kuaishou": {
|
|
130
|
+
* "hostVer": "√",
|
|
131
|
+
* "uniVer": "√",
|
|
132
|
+
* "unixVer": "x"
|
|
133
|
+
* },
|
|
134
|
+
* "jd": {
|
|
135
|
+
* "hostVer": "√",
|
|
136
|
+
* "uniVer": "√",
|
|
137
|
+
* "unixVer": "x"
|
|
138
|
+
* }
|
|
139
|
+
* },
|
|
140
|
+
* "web": {
|
|
141
|
+
* "uniVer": "x",
|
|
142
|
+
* "unixVer": "x"
|
|
143
|
+
* }
|
|
143
144
|
* }
|
|
144
|
-
|
|
145
|
+
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/memory/wx.offMemoryWarning.html
|
|
146
|
+
*/
|
|
145
147
|
offMemoryWarning: OffMemoryWarning;
|
|
146
148
|
}
|
|
147
149
|
|
|
@@ -149,7 +151,51 @@ export type OnMemoryWarning = (callback: OnMemoryWarningCallback) => void;
|
|
|
149
151
|
export type OnMemoryWarningCallbackResult = {
|
|
150
152
|
/**
|
|
151
153
|
* 仅 Android 有该字段,对应系统内存告警等级宏定义
|
|
152
|
-
|
|
154
|
+
* @uniPlatform {
|
|
155
|
+
* "mp": {
|
|
156
|
+
* "weixin": {
|
|
157
|
+
* "hostVer": "√",
|
|
158
|
+
* "uniVer": "√",
|
|
159
|
+
* "unixVer": "4.41"
|
|
160
|
+
* },
|
|
161
|
+
* "alipay": {
|
|
162
|
+
* "hostVer": "x",
|
|
163
|
+
* "uniVer": "x",
|
|
164
|
+
* "unixVer": "x"
|
|
165
|
+
* },
|
|
166
|
+
* "baidu": {
|
|
167
|
+
* "hostVer": "x",
|
|
168
|
+
* "uniVer": "x",
|
|
169
|
+
* "unixVer": "x"
|
|
170
|
+
* },
|
|
171
|
+
* "toutiao": {
|
|
172
|
+
* "hostVer": "x",
|
|
173
|
+
* "uniVer": "x",
|
|
174
|
+
* "unixVer": "x"
|
|
175
|
+
* },
|
|
176
|
+
* "lark": {
|
|
177
|
+
* "hostVer": "x",
|
|
178
|
+
* "uniVer": "x",
|
|
179
|
+
* "unixVer": "x"
|
|
180
|
+
* },
|
|
181
|
+
* "qq": {
|
|
182
|
+
* "hostVer": "x",
|
|
183
|
+
* "uniVer": "x",
|
|
184
|
+
* "unixVer": "x"
|
|
185
|
+
* },
|
|
186
|
+
* "kuaishou": {
|
|
187
|
+
* "hostVer": "x",
|
|
188
|
+
* "uniVer": "x",
|
|
189
|
+
* "unixVer": "x"
|
|
190
|
+
* },
|
|
191
|
+
* "jd": {
|
|
192
|
+
* "hostVer": "x",
|
|
193
|
+
* "uniVer": "x",
|
|
194
|
+
* "unixVer": "x"
|
|
195
|
+
* }
|
|
196
|
+
* }
|
|
197
|
+
* }
|
|
198
|
+
*/
|
|
153
199
|
level: number
|
|
154
200
|
};
|
|
155
201
|
export type OnMemoryWarningCallback = (result: OnMemoryWarningCallbackResult) => void;
|
|
@@ -157,7 +203,51 @@ export type OffMemoryWarning = (callback: OffMemoryWarningCallback) => void;
|
|
|
157
203
|
export type OffMemoryWarningCallbackResult = {
|
|
158
204
|
/**
|
|
159
205
|
* 仅 Android 有该字段,对应系统内存告警等级宏定义
|
|
160
|
-
|
|
206
|
+
* @uniPlatform {
|
|
207
|
+
* "mp": {
|
|
208
|
+
* "weixin": {
|
|
209
|
+
* "hostVer": "√",
|
|
210
|
+
* "uniVer": "√",
|
|
211
|
+
* "unixVer": "4.41"
|
|
212
|
+
* },
|
|
213
|
+
* "alipay": {
|
|
214
|
+
* "hostVer": "x",
|
|
215
|
+
* "uniVer": "x",
|
|
216
|
+
* "unixVer": "x"
|
|
217
|
+
* },
|
|
218
|
+
* "baidu": {
|
|
219
|
+
* "hostVer": "x",
|
|
220
|
+
* "uniVer": "x",
|
|
221
|
+
* "unixVer": "x"
|
|
222
|
+
* },
|
|
223
|
+
* "toutiao": {
|
|
224
|
+
* "hostVer": "x",
|
|
225
|
+
* "uniVer": "x",
|
|
226
|
+
* "unixVer": "x"
|
|
227
|
+
* },
|
|
228
|
+
* "lark": {
|
|
229
|
+
* "hostVer": "x",
|
|
230
|
+
* "uniVer": "x",
|
|
231
|
+
* "unixVer": "x"
|
|
232
|
+
* },
|
|
233
|
+
* "qq": {
|
|
234
|
+
* "hostVer": "x",
|
|
235
|
+
* "uniVer": "x",
|
|
236
|
+
* "unixVer": "x"
|
|
237
|
+
* },
|
|
238
|
+
* "kuaishou": {
|
|
239
|
+
* "hostVer": "x",
|
|
240
|
+
* "uniVer": "x",
|
|
241
|
+
* "unixVer": "x"
|
|
242
|
+
* },
|
|
243
|
+
* "jd": {
|
|
244
|
+
* "hostVer": "x",
|
|
245
|
+
* "uniVer": "x",
|
|
246
|
+
* "unixVer": "x"
|
|
247
|
+
* }
|
|
248
|
+
* }
|
|
249
|
+
* }
|
|
250
|
+
*/
|
|
161
251
|
level: number
|
|
162
252
|
};
|
|
163
253
|
export type OffMemoryWarningCallback = (result: OffMemoryWarningCallbackResult) => void;
|