@ray-js/api 1.7.69 → 1.7.71
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/@types/AIKit.d.ts +5509 -610
- package/@types/AIStreamKit.d.ts +2641 -0
- package/@types/AVideoKit.d.ts +1827 -0
- package/@types/BaseKit.d.ts +8682 -1893
- package/@types/BizKit.d.ts +6639 -1038
- package/@types/CategoryCommonBizKit.d.ts +1459 -0
- package/@types/CommunityKit.d.ts +154 -0
- package/@types/DeviceKit.d.ts +18475 -5662
- package/@types/GroupCITestKit.d.ts +651 -0
- package/@types/HealthKit.d.ts +2290 -357
- package/@types/HomeKit.d.ts +4068 -182
- package/@types/IPCKit.d.ts +4327 -1227
- package/@types/LightKit.d.ts +125 -0
- package/@types/MapKit.d.ts +1560 -204
- package/@types/MediaKit.d.ts +136 -16
- package/@types/MediaPlayerKit.d.ts +47 -0
- package/@types/MiniKit.d.ts +2976 -628
- package/@types/OutdoorKit.d.ts +1337 -24
- package/@types/P2PKit.d.ts +622 -103
- package/@types/PayKit.d.ts +115 -0
- package/@types/PlayNetKit.d.ts +3454 -1309
- package/@types/SweeperKit.d.ts +154 -0
- package/@types/ThirdAuthKit.d.ts +324 -0
- package/@types/ThirdPartyDeviceKit.d.ts +410 -0
- package/@types/WearKit.d.ts +10177 -375
- package/@types/gateway.d.ts +349 -61
- package/@types/health.d.ts +486 -304
- package/lib/AIKit-1.6.0.d.ts +265 -41
- package/lib/AIKit-1.6.0.js +374 -120
- package/lib/BaseKit-3.17.7.d.ts +704 -0
- package/lib/BaseKit-3.17.7.js +720 -1
- package/lib/BizKit-4.10.4.d.ts +336 -0
- package/lib/BizKit-4.10.4.js +342 -5
- package/lib/DeviceKit-4.13.1.d.ts +996 -0
- package/lib/DeviceKit-4.13.1.js +1247 -249
- package/lib/HealthKit-6.5.0.d.ts +210 -44
- package/lib/HealthKit-6.5.0.js +295 -128
- package/lib/HomeKit-3.1.4.d.ts +20 -6
- package/lib/HomeKit-3.1.4.js +29 -14
- package/lib/IPCKit-6.4.5.d.ts +375 -77
- package/lib/IPCKit-6.4.5.js +525 -228
- package/lib/MapKit-3.4.13.d.ts +70 -16
- package/lib/MapKit-3.4.13.js +98 -47
- package/lib/MediaKit-3.4.1.d.ts +5 -3
- package/lib/MediaKit-3.4.1.js +7 -6
- package/lib/MiniKit-3.14.1.d.ts +300 -0
- package/lib/MiniKit-3.14.1.js +302 -0
- package/lib/OutdoorKit-1.0.4.d.ts +55 -13
- package/lib/OutdoorKit-1.0.4.js +78 -35
- package/lib/P2PKit-2.0.3.d.ts +125 -27
- package/lib/P2PKit-2.0.3.js +175 -78
- package/lib/PlayNetKit-1.3.30.d.ts +290 -60
- package/lib/PlayNetKit-1.3.30.js +407 -176
- package/lib/WearKit-1.1.6.d.ts +125 -27
- package/lib/WearKit-1.1.6.js +176 -77
- package/lib/all-kits.d.ts +10 -10
- package/lib/all-kits.js +10 -10
- package/lib/cloud/core.d.ts +31 -1
- package/lib/cloud/core.js +31 -1
- package/lib/cloud/device.d.ts +155 -24
- package/lib/cloud/device.js +153 -22
- package/lib/cloud/gateway.d.ts +254 -0
- package/lib/cloud/gateway.js +269 -9
- package/lib/cloud/health.d.ts +1 -0
- package/lib/cloud/health.js +121 -0
- package/lib/cloud/interface.d.ts +222 -44
- package/lib/cloud/interface.js +15 -2
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.js +28 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.d.ts +30 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.js +31 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.d.ts +39 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.d.ts +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.d.ts +35 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.js +29 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.js +1 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.js +25 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.d.ts +29 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.js +25 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.d.ts +26 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.js +1 -0
- package/lib/cloud/laser-clean/getVoiceList/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getVoiceList/index.js +29 -0
- package/lib/cloud/laser-clean/getVoiceList/type.d.ts +48 -0
- package/lib/cloud/laser-clean/getVoiceList/type.js +1 -0
- package/lib/cloud/laser-clean/index.d.ts +1 -1
- package/lib/cloud/laser-clean/index.js +1 -1
- package/lib/cloud/laser-clean/map.d.ts +5 -7
- package/lib/cloud/laser-clean/map.js +5 -9
- package/lib/cloud/laser-clean/record.d.ts +5 -6
- package/lib/cloud/laser-clean/record.js +5 -7
- package/lib/cloud/laser-clean/renameHistoryMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/renameHistoryMap/index.js +29 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.d.ts +9 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.js +1 -0
- package/lib/cloud/laser-clean/voice.d.ts +1 -3
- package/lib/cloud/laser-clean/voice.js +1 -4
- package/lib/cloud/linkage.d.ts +271 -53
- package/lib/cloud/linkage.js +256 -51
- package/lib/cloud/remoteGroup.d.ts +37 -0
- package/lib/cloud/remoteGroup.js +37 -0
- package/lib/cloud/timer.d.ts +104 -26
- package/lib/cloud/timer.js +104 -26
- package/lib/getApp/index.thing.d.ts +47 -1
- package/lib/getApp/index.thing.js +40 -2
- package/lib/getBoundingClientRect/index.thing.d.ts +101 -1
- package/lib/getBoundingClientRect/index.thing.js +59 -0
- package/lib/getCurrentPages/index.thing.d.ts +40 -15
- package/lib/getCurrentPages/index.thing.js +36 -15
- package/lib/getCustomConfig/index.d.ts +5 -2
- package/lib/getCustomConfig/index.thing.d.ts +68 -2
- package/lib/getCustomConfig/index.thing.js +62 -0
- package/lib/getCustomConfig/index.wechat.d.ts +5 -2
- package/lib/getCustomConfig/type.d.ts +26 -15
- package/lib/getElementById/index.thing.d.ts +42 -1
- package/lib/getElementById/index.thing.js +40 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -2
- package/lib/nativeRouters/common.d.ts +8 -0
- package/lib/nativeRouters/device.d.ts +137 -5
- package/lib/nativeRouters/device.js +138 -6
- package/lib/nativeRouters/gw.d.ts +58 -8
- package/lib/nativeRouters/gw.js +57 -8
- package/lib/nativeRouters/outdoors.d.ts +16 -3
- package/lib/nativeRouters/outdoors.js +16 -3
- package/lib/nativeRouters/remoteGroup.d.ts +23 -0
- package/lib/nativeRouters/remoteGroup.js +23 -0
- package/lib/nativeRouters/root.d.ts +19 -0
- package/lib/nativeRouters/root.js +17 -0
- package/lib/openGroupCreate/index.d.ts +45 -0
- package/lib/openGroupCreate/index.js +32 -0
- package/package.json +5 -5
package/lib/BizKit-4.10.4.js
CHANGED
|
@@ -2,103 +2,440 @@
|
|
|
2
2
|
|
|
3
3
|
import { createFactory } from './utils';
|
|
4
4
|
const factory = createFactory('BizKit');
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @since @ray-js/ray 0.3.23
|
|
9
|
+
*/
|
|
5
10
|
export const apiRequestByAtop = factory('apiRequestByAtop');
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
* @since @ray-js/ray 0.3.23
|
|
14
|
+
*/
|
|
6
15
|
export const event = factory('event');
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* @since @ray-js/ray 0.3.23
|
|
19
|
+
*/
|
|
7
20
|
export const beginEvent = factory('beginEvent');
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* @since @ray-js/ray 0.3.23
|
|
24
|
+
*/
|
|
8
25
|
export const trackEvent = factory('trackEvent');
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* @since @ray-js/ray 0.3.23
|
|
29
|
+
*/
|
|
9
30
|
export const endEvent = factory('endEvent');
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* @since @ray-js/ray 0.3.23
|
|
34
|
+
*/
|
|
10
35
|
export const getAppInfo = factory('getAppInfo');
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* @since @ray-js/ray 0.3.23
|
|
39
|
+
*/
|
|
11
40
|
export const getCurrentWifiSSID = factory('getCurrentWifiSSID');
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* @since @ray-js/ray 0.3.23
|
|
44
|
+
*/
|
|
12
45
|
export const openCountrySelectPage = factory('openCountrySelectPage');
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
* @since @ray-js/ray 0.3.23
|
|
49
|
+
*/
|
|
13
50
|
export const getIconfontInfo = factory('getIconfontInfo');
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* @since @ray-js/ray 0.3.23
|
|
54
|
+
*/
|
|
14
55
|
export const uploadImage = factory('uploadImage');
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
* @since @ray-js/ray 0.3.23
|
|
59
|
+
*/
|
|
15
60
|
export const getLangKey = factory('getLangKey');
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
* @since @ray-js/ray 0.3.23
|
|
64
|
+
*/
|
|
16
65
|
export const getLangContent = factory('getLangContent');
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
* @since @ray-js/ray 0.3.23
|
|
69
|
+
*/
|
|
17
70
|
export const openRNPanel = factory('openRNPanel', {
|
|
18
|
-
|
|
71
|
+
deprecated: true
|
|
19
72
|
});
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
* @since @ray-js/ray 0.3.23
|
|
76
|
+
*/
|
|
20
77
|
export const openPanel = factory('openPanel');
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
* @since @ray-js/ray 0.3.23
|
|
81
|
+
*/
|
|
21
82
|
export const preloadPanel = factory('preloadPanel');
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
* @since @ray-js/ray 0.3.23
|
|
86
|
+
*/
|
|
22
87
|
export const openInnerH5 = factory('openInnerH5');
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
* @since @ray-js/ray 0.3.23
|
|
91
|
+
*/
|
|
23
92
|
export const openAppSystemSettingPage = factory('openAppSystemSettingPage', {
|
|
24
|
-
|
|
93
|
+
deprecated: true
|
|
25
94
|
});
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* @since @ray-js/ray 0.3.23
|
|
98
|
+
*/
|
|
26
99
|
export const emitChannel = factory('emitChannel');
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
* @since @ray-js/ray 0.3.23
|
|
103
|
+
*/
|
|
27
104
|
export const router = factory('router');
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
* @since @ray-js/ray 0.3.23
|
|
108
|
+
*/
|
|
28
109
|
export const canIUseRouter = factory('canIUseRouter');
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
* @since @ray-js/ray 0.3.23
|
|
113
|
+
*/
|
|
29
114
|
export const goDeviceDetail = factory('goDeviceDetail', {
|
|
30
|
-
|
|
115
|
+
deprecated: true
|
|
31
116
|
});
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* @since @ray-js/ray 0.3.23
|
|
120
|
+
*/
|
|
32
121
|
export const goDeviceAlarm = factory('goDeviceAlarm', {
|
|
33
|
-
|
|
122
|
+
deprecated: true
|
|
34
123
|
});
|
|
124
|
+
/**
|
|
125
|
+
* @public
|
|
126
|
+
* @since @ray-js/ray 0.3.23
|
|
127
|
+
*/
|
|
35
128
|
export const share = factory('share');
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
* @since @ray-js/ray 0.3.23
|
|
132
|
+
*/
|
|
36
133
|
export const getShareChannelList = factory('getShareChannelList');
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
* @since @ray-js/ray 0.5.9
|
|
137
|
+
*/
|
|
37
138
|
export const getUserInfo = factory('getUserInfo');
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
* @since @ray-js/ray 0.3.23
|
|
142
|
+
*/
|
|
38
143
|
export const resizeImage = factory('resizeImage');
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
* @since @ray-js/ray 0.3.23
|
|
147
|
+
*/
|
|
39
148
|
export const rotateImage = factory('rotateImage');
|
|
149
|
+
/**
|
|
150
|
+
* @public
|
|
151
|
+
* @since @ray-js/ray 0.3.23
|
|
152
|
+
*/
|
|
40
153
|
export const saveToAlbum = factory('saveToAlbum', {
|
|
41
|
-
|
|
154
|
+
deprecated: true
|
|
42
155
|
});
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
* @since @ray-js/ray 0.3.23
|
|
159
|
+
*/
|
|
43
160
|
export const onCountrySelectResult = factory('onCountrySelectResult');
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* @since @ray-js/ray 0.3.23
|
|
164
|
+
*/
|
|
44
165
|
export const offCountrySelectResult = factory('offCountrySelectResult');
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
* @since @ray-js/ray 0.3.23
|
|
169
|
+
*/
|
|
45
170
|
export const onUploadProgressUpdate = factory('onUploadProgressUpdate');
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
* @since @ray-js/ray 0.3.23
|
|
174
|
+
*/
|
|
46
175
|
export const offUploadProgressUpdate = factory('offUploadProgressUpdate');
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
* @since @ray-js/ray 0.3.23
|
|
179
|
+
*/
|
|
47
180
|
export const onReceiveMessage = factory('onReceiveMessage');
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
* @since @ray-js/ray 0.3.23
|
|
184
|
+
*/
|
|
48
185
|
export const offReceiveMessage = factory('offReceiveMessage');
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
* @since @ray-js/ray 0.3.23
|
|
189
|
+
*/
|
|
49
190
|
export const onRouterEvent = factory('onRouterEvent');
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
* @since @ray-js/ray 0.3.23
|
|
194
|
+
*/
|
|
50
195
|
export const offRouterEvent = factory('offRouterEvent');
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
* @since @ray-js/ray 0.3.23
|
|
199
|
+
*/
|
|
51
200
|
export const onRouterResult = factory('onRouterResult');
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
* @since @ray-js/ray 0.3.23
|
|
204
|
+
*/
|
|
52
205
|
export const offRouterResult = factory('offRouterResult');
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
* @since @ray-js/ray 0.8.0
|
|
209
|
+
*/
|
|
53
210
|
export const registerChannel = factory('registerChannel');
|
|
54
211
|
// 3.1.1 新增 - 4.7.0 容器
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
* @since @ray-js/ray 0.8.0
|
|
215
|
+
*/
|
|
55
216
|
export const handleShortcut = factory('handleShortcut');
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
* @since @ray-js/ray 0.8.0
|
|
220
|
+
*/
|
|
56
221
|
export const isAssociatedShortcut = factory('isAssociatedShortcut');
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
* @since @ray-js/ray 0.9.0
|
|
225
|
+
*/
|
|
57
226
|
export const isSupportedShortcut = factory('isSupportedShortcut');
|
|
58
227
|
// 3.2.7 新增 - 4.8.0 容器
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
* @since @ray-js/ray 1.4.57
|
|
231
|
+
*/
|
|
59
232
|
export const backToHomeAndOpenPanel = factory('backToHomeAndOpenPanel');
|
|
60
233
|
|
|
61
234
|
// 4.5.1 新增 - 5.12.0 容器 之前是标注deprecated的,4.5.1之后不再标注,iOS已支持
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
* @since @ray-js/ray 1.5.19
|
|
238
|
+
*/
|
|
62
239
|
export const openSystemSettingPage = factory('openSystemSettingPage');
|
|
63
240
|
|
|
64
241
|
// 4.10.4 新增
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
* @since @ray-js/ray 1.5.30
|
|
245
|
+
*/
|
|
65
246
|
export const apiRequestByHighwayRestful = factory('apiRequestByHighwayRestful');
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* @since @ray-js/ray 1.5.30
|
|
250
|
+
*/
|
|
66
251
|
export const eventLink = factory('eventLink');
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @since @ray-js/ray 1.5.30
|
|
255
|
+
*/
|
|
67
256
|
export const performanceEvent = factory('performanceEvent');
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
* @since @ray-js/ray 1.5.30
|
|
260
|
+
*/
|
|
68
261
|
export const getNGConfigByKeys = factory('getNGConfigByKeys');
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @since @ray-js/ray 1.5.30
|
|
265
|
+
*/
|
|
69
266
|
export const getConfigByKeys = factory('getConfigByKeys');
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
* @since @ray-js/ray 1.5.30
|
|
270
|
+
*/
|
|
70
271
|
export const getThirdPartyServiceInfo = factory('getThirdPartyServiceInfo');
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
* @since @ray-js/ray 1.5.30
|
|
275
|
+
*/
|
|
71
276
|
export const openThirdPartyMiniProgram = factory('openThirdPartyMiniProgram');
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @since @ray-js/ray 1.5.30
|
|
280
|
+
*/
|
|
72
281
|
export const getCloudEnv = factory('getCloudEnv');
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
* @since @ray-js/ray 1.5.30
|
|
285
|
+
*/
|
|
73
286
|
export const isMiniAppAvailable = factory('isMiniAppAvailable');
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
* @since @ray-js/ray 1.5.30
|
|
290
|
+
*/
|
|
74
291
|
export const getAppTabInfo = factory('getAppTabInfo');
|
|
292
|
+
/**
|
|
293
|
+
* @public
|
|
294
|
+
* @since @ray-js/ray 1.5.30
|
|
295
|
+
*/
|
|
75
296
|
export const getIapInfo = factory('getIapInfo');
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* @since @ray-js/ray 1.5.30
|
|
300
|
+
*/
|
|
76
301
|
export const iapPayReady = factory('iapPayReady');
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
* @since @ray-js/ray 1.5.30
|
|
305
|
+
*/
|
|
77
306
|
export const pay = factory('pay');
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
* @since @ray-js/ray 1.5.30
|
|
310
|
+
*/
|
|
78
311
|
export const addOrderStatusListener = factory('addOrderStatusListener');
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
* @since @ray-js/ray 1.5.30
|
|
315
|
+
*/
|
|
79
316
|
export const removeOrderStatusListener = factory('removeOrderStatusListener');
|
|
317
|
+
/**
|
|
318
|
+
* @public
|
|
319
|
+
* @since @ray-js/ray 1.5.30
|
|
320
|
+
*/
|
|
80
321
|
export const onOrderStatusListener = factory('onOrderStatusListener');
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
* @since @ray-js/ray 1.5.30
|
|
325
|
+
*/
|
|
81
326
|
export const offOrderStatusListener = factory('offOrderStatusListener');
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
* @since @ray-js/ray 1.5.30
|
|
330
|
+
*/
|
|
82
331
|
export const onUserSelectedAlternativeBilling = factory('onUserSelectedAlternativeBilling');
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
* @since @ray-js/ray 1.5.30
|
|
335
|
+
*/
|
|
83
336
|
export const offUserSelectedAlternativeBilling = factory('offUserSelectedAlternativeBilling');
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
* @since @ray-js/ray 1.5.30
|
|
340
|
+
*/
|
|
84
341
|
export const showSharePanel = factory('showSharePanel');
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
* @since @ray-js/ray 1.5.30
|
|
345
|
+
*/
|
|
85
346
|
export const shareDirectly = factory('shareDirectly');
|
|
347
|
+
/**
|
|
348
|
+
* @public
|
|
349
|
+
* @since @ray-js/ray 1.5.30
|
|
350
|
+
*/
|
|
86
351
|
export const setActivityResult = factory('setActivityResult');
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
* @since @ray-js/ray 1.5.30
|
|
355
|
+
*/
|
|
87
356
|
export const openThirdApp = factory('openThirdApp');
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
* @since @ray-js/ray 1.5.30
|
|
360
|
+
*/
|
|
88
361
|
export const openThirdAppSync = factory('openThirdAppSync');
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
* @since @ray-js/ray 1.5.30
|
|
365
|
+
*/
|
|
89
366
|
export const openUrlForceDefaultBrowser = factory('openUrlForceDefaultBrowser');
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
* @since @ray-js/ray 1.5.30
|
|
370
|
+
*/
|
|
90
371
|
export const registerPageRefreshListener = factory('registerPageRefreshListener');
|
|
372
|
+
/**
|
|
373
|
+
* @public
|
|
374
|
+
* @since @ray-js/ray 1.5.30
|
|
375
|
+
*/
|
|
91
376
|
export const onPageRefresh = factory('onPageRefresh');
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
* @since @ray-js/ray 1.5.30
|
|
380
|
+
*/
|
|
92
381
|
export const offPageRefresh = factory('offPageRefresh');
|
|
382
|
+
/**
|
|
383
|
+
* @public
|
|
384
|
+
* @since @ray-js/ray 1.5.30
|
|
385
|
+
*/
|
|
93
386
|
export const getWebSocketStatus = factory('getWebSocketStatus');
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
* @since @ray-js/ray 1.5.30
|
|
390
|
+
*/
|
|
94
391
|
export const getWebSocketStatusSync = factory('getWebSocketStatusSync');
|
|
392
|
+
/**
|
|
393
|
+
* @public
|
|
394
|
+
* @since @ray-js/ray 1.5.30
|
|
395
|
+
*/
|
|
95
396
|
export const onWebSocketStatusChange = factory('onWebSocketStatusChange');
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
* @since @ray-js/ray 1.5.30
|
|
400
|
+
*/
|
|
96
401
|
export const offWebSocketStatusChange = factory('offWebSocketStatusChange');
|
|
402
|
+
/**
|
|
403
|
+
* @public
|
|
404
|
+
* @since @ray-js/ray 1.5.30
|
|
405
|
+
*/
|
|
97
406
|
export const bindWechat = factory('bindWechat');
|
|
407
|
+
/**
|
|
408
|
+
* @public
|
|
409
|
+
* @since @ray-js/ray 1.5.30
|
|
410
|
+
*/
|
|
98
411
|
export const isSupportWechat = factory('isSupportWechat');
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
* @since @ray-js/ray 1.5.30
|
|
415
|
+
*/
|
|
99
416
|
export const gotoWechatMiniApp = factory('gotoWechatMiniApp');
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
* @since @ray-js/ray 1.5.30
|
|
420
|
+
*/
|
|
100
421
|
export const isCalling = factory('isCalling');
|
|
422
|
+
/**
|
|
423
|
+
* @public
|
|
424
|
+
* @since @ray-js/ray 1.5.30
|
|
425
|
+
*/
|
|
101
426
|
export const canLaunchCall = factory('canLaunchCall');
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
* @since @ray-js/ray 1.5.30
|
|
430
|
+
*/
|
|
102
431
|
export const launchCall = factory('launchCall');
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
* @since @ray-js/ray 1.5.30
|
|
435
|
+
*/
|
|
103
436
|
export const getAsrListenerManager = factory('getAsrListenerManager');
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
* @since @ray-js/ray 1.5.30
|
|
440
|
+
*/
|
|
104
441
|
export const getLogManager = factory('getLogManager');
|