@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/BaseKit-3.17.7.d.ts
CHANGED
|
@@ -1,116 +1,820 @@
|
|
|
1
1
|
/// <reference path="../@types/BaseKit.d.ts" />
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @since @ray-js/ray 0.3.23
|
|
5
|
+
*/
|
|
2
6
|
export declare const stopAccelerometer: typeof ty.stopAccelerometer;
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* @since @ray-js/ray 0.3.23
|
|
10
|
+
*/
|
|
3
11
|
export declare const startAccelerometer: typeof ty.startAccelerometer;
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* @since @ray-js/ray 0.5.9
|
|
15
|
+
*/
|
|
4
16
|
export declare const getAudioFileDuration: typeof ty.getAudioFileDuration;
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @since @ray-js/ray 0.3.23
|
|
20
|
+
*/
|
|
5
21
|
export declare const authorize: typeof ty.authorize;
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* @since @ray-js/ray 0.3.23
|
|
25
|
+
*/
|
|
6
26
|
export declare const authorizeStatus: typeof ty.authorizeStatus;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @since @ray-js/ray 0.3.23
|
|
30
|
+
*/
|
|
7
31
|
export declare const navigateToMiniProgram: typeof ty.navigateToMiniProgram;
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* @since @ray-js/ray 0.3.23
|
|
35
|
+
*/
|
|
8
36
|
export declare const startCompass: typeof ty.startCompass;
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @since @ray-js/ray 0.3.23
|
|
40
|
+
*/
|
|
9
41
|
export declare const stopCompass: typeof ty.stopCompass;
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @since @ray-js/ray 0.3.23
|
|
45
|
+
*/
|
|
10
46
|
export declare const startDeviceMotionListening: typeof ty.startDeviceMotionListening;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* @since @ray-js/ray 0.3.23
|
|
50
|
+
*/
|
|
11
51
|
export declare const stopDeviceMotionListening: typeof ty.stopDeviceMotionListening;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @since @ray-js/ray 0.3.23
|
|
55
|
+
*/
|
|
12
56
|
export declare const startGyroscope: typeof ty.startGyroscope;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* @since @ray-js/ray 0.3.23
|
|
60
|
+
*/
|
|
13
61
|
export declare const stopGyroscope: typeof ty.stopGyroscope;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* @since @ray-js/ray 0.3.23
|
|
65
|
+
*/
|
|
14
66
|
export declare const chooseImage: typeof ty.chooseImage;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* @since @ray-js/ray 0.5.9
|
|
70
|
+
*/
|
|
15
71
|
export declare const chooseMedia: typeof ty.chooseMedia;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* @since @ray-js/ray 0.3.23
|
|
75
|
+
*/
|
|
16
76
|
export declare const chooseCropImage: typeof ty.chooseCropImage;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @since @ray-js/ray 0.3.23
|
|
80
|
+
*/
|
|
17
81
|
export declare const previewImage: typeof ty.previewImage;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* @since @ray-js/ray 0.5.9
|
|
85
|
+
*/
|
|
18
86
|
export declare const getImageInfo: typeof ty.getImageInfo;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
* @since @ray-js/ray 0.5.9
|
|
90
|
+
*/
|
|
19
91
|
export declare const getVideoInfo: typeof ty.getVideoInfo;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
* @since @ray-js/ray 0.5.9
|
|
95
|
+
*/
|
|
20
96
|
export declare const saveVideoToPhotosAlbum: typeof ty.saveVideoToPhotosAlbum;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
* @since @ray-js/ray 0.3.23
|
|
100
|
+
*/
|
|
21
101
|
export declare const showToast: typeof ty.showToast;
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
* @since @ray-js/ray 0.3.23
|
|
105
|
+
*/
|
|
22
106
|
export declare const showModal: typeof ty.showModal;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* @since @ray-js/ray 0.3.23
|
|
110
|
+
*/
|
|
23
111
|
export declare const showLoading: typeof ty.showLoading;
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
* @since @ray-js/ray 0.3.23
|
|
115
|
+
*/
|
|
24
116
|
export declare const showActionSheet: typeof ty.showActionSheet;
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* @since @ray-js/ray 0.3.23
|
|
120
|
+
*/
|
|
25
121
|
export declare const hideToast: typeof ty.hideToast;
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* @since @ray-js/ray 0.3.23
|
|
125
|
+
*/
|
|
26
126
|
export declare const hideLoading: typeof ty.hideLoading;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
* @since @ray-js/ray 0.3.23
|
|
130
|
+
*/
|
|
27
131
|
export declare const makePhoneCall: typeof ty.makePhoneCall;
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* @since @ray-js/ray 0.3.23
|
|
135
|
+
*/
|
|
28
136
|
export declare const setClipboardData: typeof ty.setClipboardData;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* @since @ray-js/ray 0.3.23
|
|
140
|
+
*/
|
|
29
141
|
export declare const getClipboardData: typeof ty.getClipboardData;
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
* @since @ray-js/ray 0.5.9
|
|
145
|
+
*/
|
|
30
146
|
export declare const updateVolume: typeof ty.updateVolume;
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* @since @ray-js/ray 0.5.9
|
|
150
|
+
*/
|
|
31
151
|
export declare const getCurrentVolume: typeof ty.getCurrentVolume;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* @since @ray-js/ray 0.5.9
|
|
155
|
+
*/
|
|
32
156
|
export declare const registerSystemVolumeChange: typeof ty.registerSystemVolumeChange;
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
* @since @ray-js/ray 0.5.9
|
|
160
|
+
*/
|
|
33
161
|
export declare const unRegisterSystemVolumeChange: typeof ty.unRegisterSystemVolumeChange;
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
* @since @ray-js/ray 0.5.9
|
|
165
|
+
*/
|
|
34
166
|
export declare const getSystemSetting: typeof ty.getSystemSetting;
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
* @since @ray-js/ray 1.6.8
|
|
170
|
+
*/
|
|
35
171
|
export declare const getMobileDeviceInfo: typeof ty.getDeviceInfo;
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
* @since @ray-js/ray 0.3.23
|
|
175
|
+
*/
|
|
36
176
|
export declare const getSystemInfo: typeof ty.getSystemInfo;
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* @since @ray-js/ray 0.3.23
|
|
180
|
+
*/
|
|
37
181
|
export declare const getSystemInfoSync: typeof ty.getSystemInfoSync;
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
* @since @ray-js/ray 0.5.9
|
|
185
|
+
*/
|
|
38
186
|
export declare const getWifiList: typeof ty.getWifiList;
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* @since @ray-js/ray 0.5.9
|
|
190
|
+
*/
|
|
39
191
|
export declare const getConnectedWifi: typeof ty.getConnectedWifi;
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
* @since @ray-js/ray 0.5.9
|
|
195
|
+
*/
|
|
40
196
|
export declare const openSystemBluetoothSetting: typeof ty.openSystemBluetoothSetting;
|
|
197
|
+
/**
|
|
198
|
+
* @public
|
|
199
|
+
* @since @ray-js/ray 0.3.23
|
|
200
|
+
*/
|
|
41
201
|
export declare const getNetworkType: typeof ty.getNetworkType;
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
* @since @ray-js/ray 0.3.23
|
|
205
|
+
*/
|
|
42
206
|
export declare const setScreenBrightness: typeof ty.setScreenBrightness;
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
* @since @ray-js/ray 0.3.23
|
|
210
|
+
*/
|
|
43
211
|
export declare const getScreenBrightness: typeof ty.getScreenBrightness;
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
* @since @ray-js/ray 0.3.23
|
|
215
|
+
*/
|
|
44
216
|
export declare const setKeepScreenOn: typeof ty.setKeepScreenOn;
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
* @since @ray-js/ray 0.3.23
|
|
220
|
+
*/
|
|
45
221
|
export declare const vibrateShort: typeof ty.vibrateShort;
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
* @since @ray-js/ray 0.3.23
|
|
225
|
+
*/
|
|
46
226
|
export declare const vibrateLong: typeof ty.vibrateLong;
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
* @since @ray-js/ray 0.3.23
|
|
230
|
+
*/
|
|
47
231
|
export declare const scanCode: typeof ty.scanCode;
|
|
232
|
+
/**
|
|
233
|
+
* @public
|
|
234
|
+
* @since @ray-js/ray 0.3.23
|
|
235
|
+
*/
|
|
48
236
|
export declare const setStorage: typeof ty.setStorage;
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
* @since @ray-js/ray 0.3.23
|
|
240
|
+
*/
|
|
49
241
|
export declare const setStorageSync: typeof ty.setStorageSync;
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
* @since @ray-js/ray 0.3.23
|
|
245
|
+
*/
|
|
50
246
|
export declare const getStorage: typeof ty.getStorage;
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* @since @ray-js/ray 0.3.23
|
|
250
|
+
*/
|
|
51
251
|
export declare const getStorageSync: typeof ty.getStorageSync;
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @since @ray-js/ray 0.3.23
|
|
255
|
+
*/
|
|
52
256
|
export declare const removeStorage: typeof ty.removeStorage;
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
* @since @ray-js/ray 0.3.23
|
|
260
|
+
*/
|
|
53
261
|
export declare const removeStorageSync: typeof ty.removeStorageSync;
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @since @ray-js/ray 0.3.23
|
|
265
|
+
*/
|
|
54
266
|
export declare const clearStorage: typeof ty.clearStorage;
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
* @since @ray-js/ray 0.3.23
|
|
270
|
+
*/
|
|
55
271
|
export declare const clearStorageSync: typeof ty.clearStorageSync;
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
* @since @ray-js/ray 0.5.9
|
|
275
|
+
*/
|
|
56
276
|
export declare const onSystemVolumeChangeEvent: typeof ty.onSystemVolumeChangeEvent;
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @since @ray-js/ray 0.5.9
|
|
280
|
+
*/
|
|
57
281
|
export declare const offSystemVolumeChangeEvent: typeof ty.offSystemVolumeChangeEvent;
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
* @since @ray-js/ray 0.5.9
|
|
285
|
+
*/
|
|
58
286
|
export declare const onGetWifiList: typeof ty.onGetWifiList;
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
* @since @ray-js/ray 0.5.9
|
|
290
|
+
*/
|
|
59
291
|
export declare const offGetWifiList: typeof ty.offGetWifiList;
|
|
292
|
+
/**
|
|
293
|
+
* @public
|
|
294
|
+
* @since @ray-js/ray 0.3.23
|
|
295
|
+
*/
|
|
60
296
|
export declare const onRecordingEvent: typeof ty.onRecordingEvent;
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* @since @ray-js/ray 0.3.23
|
|
300
|
+
*/
|
|
61
301
|
export declare const offRecordingEvent: typeof ty.offRecordingEvent;
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
* @since @ray-js/ray 0.3.23
|
|
305
|
+
*/
|
|
62
306
|
export declare const onAccelerometerChange: typeof ty.onAccelerometerChange;
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
* @since @ray-js/ray 0.3.23
|
|
310
|
+
*/
|
|
63
311
|
export declare const offAccelerometerChange: typeof ty.offAccelerometerChange;
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
* @since @ray-js/ray 0.3.23
|
|
315
|
+
*/
|
|
64
316
|
export declare const onCompassChange: typeof ty.onCompassChange;
|
|
317
|
+
/**
|
|
318
|
+
* @public
|
|
319
|
+
* @since @ray-js/ray 0.3.23
|
|
320
|
+
*/
|
|
65
321
|
export declare const offCompassChange: typeof ty.offCompassChange;
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
* @since @ray-js/ray 0.3.23
|
|
325
|
+
*/
|
|
66
326
|
export declare const onDeviceMotionChange: typeof ty.onDeviceMotionChange;
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
* @since @ray-js/ray 0.3.23
|
|
330
|
+
*/
|
|
67
331
|
export declare const offDeviceMotionChange: typeof ty.offDeviceMotionChange;
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
* @since @ray-js/ray 0.3.23
|
|
335
|
+
*/
|
|
68
336
|
export declare const onGyroscopeChange: typeof ty.onGyroscopeChange;
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
* @since @ray-js/ray 0.3.23
|
|
340
|
+
*/
|
|
69
341
|
export declare const offGyroscopeChange: typeof ty.offGyroscopeChange;
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
* @since @ray-js/ray 0.3.23
|
|
345
|
+
*/
|
|
70
346
|
export declare const onMemoryWarning: typeof ty.onMemoryWarning;
|
|
347
|
+
/**
|
|
348
|
+
* @public
|
|
349
|
+
* @since @ray-js/ray 0.3.23
|
|
350
|
+
*/
|
|
71
351
|
export declare const offMemoryWarning: typeof ty.offMemoryWarning;
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
* @since @ray-js/ray 0.3.23
|
|
355
|
+
*/
|
|
72
356
|
export declare const onBluetoothAdapterStateChange: typeof ty.onBluetoothAdapterStateChange;
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
* @since @ray-js/ray 0.3.23
|
|
360
|
+
*/
|
|
73
361
|
export declare const offBluetoothAdapterStateChange: typeof ty.offBluetoothAdapterStateChange;
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
* @since @ray-js/ray 0.3.23
|
|
365
|
+
*/
|
|
74
366
|
export declare const onNetworkStatusChange: typeof ty.onNetworkStatusChange;
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
* @since @ray-js/ray 0.3.23
|
|
370
|
+
*/
|
|
75
371
|
export declare const offNetworkStatusChange: typeof ty.offNetworkStatusChange;
|
|
372
|
+
/**
|
|
373
|
+
* @public
|
|
374
|
+
* @since @ray-js/ray 0.3.23
|
|
375
|
+
*/
|
|
76
376
|
export declare const createInnerAudioContext: typeof ty.createInnerAudioContext;
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
* @since @ray-js/ray 0.3.23
|
|
380
|
+
*/
|
|
77
381
|
export declare const downloadFile: typeof ty.downloadFile;
|
|
382
|
+
/**
|
|
383
|
+
* @public
|
|
384
|
+
* @since @ray-js/ray 0.3.23
|
|
385
|
+
*/
|
|
78
386
|
export declare const getFileSystemManager: typeof ty.getFileSystemManager;
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
* @since @ray-js/ray 0.3.23
|
|
390
|
+
*/
|
|
79
391
|
export declare const request: typeof ty.request;
|
|
392
|
+
/**
|
|
393
|
+
* @public
|
|
394
|
+
* @since @ray-js/ray 0.3.23
|
|
395
|
+
*/
|
|
80
396
|
export declare const getRecorderManager: typeof ty.getRecorderManager;
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
* @since @ray-js/ray 0.6.5
|
|
400
|
+
*/
|
|
81
401
|
export declare const uploadFile: typeof ty.uploadFile;
|
|
402
|
+
/**
|
|
403
|
+
* @public
|
|
404
|
+
* @since @ray-js/ray 0.8.0
|
|
405
|
+
*/
|
|
82
406
|
export declare const openMiniWidget: typeof ty.openMiniWidget;
|
|
407
|
+
/**
|
|
408
|
+
* @public
|
|
409
|
+
* @since @ray-js/ray 1.4.57
|
|
410
|
+
*/
|
|
83
411
|
export declare const getCurrentVolumeByMode: typeof ty.getCurrentVolumeByMode;
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
* @since @ray-js/ray 1.5.30
|
|
415
|
+
*/
|
|
84
416
|
export declare const saveImageToPhotosAlbum: typeof ty.saveImageToPhotosAlbum;
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
* @since @ray-js/ray 1.5.30
|
|
420
|
+
*/
|
|
85
421
|
export declare const getSetting: typeof ty.getSetting;
|
|
422
|
+
/**
|
|
423
|
+
* @public
|
|
424
|
+
* @since @ray-js/ray 1.5.30
|
|
425
|
+
*/
|
|
86
426
|
export declare const getTempDirectory: typeof ty.getTempDirectory;
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
* @since @ray-js/ray 1.5.30
|
|
430
|
+
*/
|
|
87
431
|
export declare const writeLogFile: typeof ty.writeLogFile;
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
* @since @ray-js/ray 1.5.30
|
|
435
|
+
*/
|
|
88
436
|
export declare const getFileInfo: typeof ty.getFileInfo;
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
* @since @ray-js/ray 1.5.30
|
|
440
|
+
*/
|
|
89
441
|
export declare const initializeUploadFile: typeof ty.initializeUploadFile;
|
|
442
|
+
/**
|
|
443
|
+
* @public
|
|
444
|
+
* @since @ray-js/ray 1.5.30
|
|
445
|
+
*/
|
|
90
446
|
export declare const uploadFileToDevice: typeof ty.uploadFileToDevice;
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
* @since @ray-js/ray 1.5.30
|
|
450
|
+
*/
|
|
91
451
|
export declare const cancelUploadFileToDevice: typeof ty.cancelUploadFileToDevice;
|
|
452
|
+
/**
|
|
453
|
+
* @public
|
|
454
|
+
* @since @ray-js/ray 1.5.30
|
|
455
|
+
*/
|
|
92
456
|
export declare const compressImage: typeof ty.compressImage;
|
|
457
|
+
/**
|
|
458
|
+
* @public
|
|
459
|
+
* @since @ray-js/ray 1.5.30
|
|
460
|
+
*/
|
|
93
461
|
export declare const cropImages: typeof ty.cropImages;
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
* @since @ray-js/ray 1.5.30
|
|
465
|
+
*/
|
|
94
466
|
export declare const onUploadFileToDeviceStart: typeof ty.onUploadFileToDeviceStart;
|
|
467
|
+
/**
|
|
468
|
+
* @public
|
|
469
|
+
* @since @ray-js/ray 1.5.30
|
|
470
|
+
*/
|
|
95
471
|
export declare const offUploadFileToDeviceStart: typeof ty.offUploadFileToDeviceStart;
|
|
472
|
+
/**
|
|
473
|
+
* @public
|
|
474
|
+
* @since @ray-js/ray 1.5.30
|
|
475
|
+
*/
|
|
96
476
|
export declare const onUploadFileToDeviceProgress: typeof ty.onUploadFileToDeviceProgress;
|
|
477
|
+
/**
|
|
478
|
+
* @public
|
|
479
|
+
* @since @ray-js/ray 1.5.30
|
|
480
|
+
*/
|
|
97
481
|
export declare const offUploadFileToDeviceProgress: typeof ty.offUploadFileToDeviceProgress;
|
|
482
|
+
/**
|
|
483
|
+
* @public
|
|
484
|
+
* @since @ray-js/ray 1.5.30
|
|
485
|
+
*/
|
|
98
486
|
export declare const onUploadFileToDeviceComplete: typeof ty.onUploadFileToDeviceComplete;
|
|
487
|
+
/**
|
|
488
|
+
* @public
|
|
489
|
+
* @since @ray-js/ray 1.5.30
|
|
490
|
+
*/
|
|
99
491
|
export declare const offUploadFileToDeviceComplete: typeof ty.offUploadFileToDeviceComplete;
|
|
492
|
+
/**
|
|
493
|
+
* @public
|
|
494
|
+
* @since @ray-js/ray 1.5.30
|
|
495
|
+
*/
|
|
100
496
|
export declare const onUploadFileFragToDeviceProgress: typeof ty.onUploadFileFragToDeviceProgress;
|
|
497
|
+
/**
|
|
498
|
+
* @public
|
|
499
|
+
* @since @ray-js/ray 1.5.30
|
|
500
|
+
*/
|
|
101
501
|
export declare const offUploadFileFragToDeviceProgress: typeof ty.offUploadFileFragToDeviceProgress;
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
* @since @ray-js/ray 1.5.30
|
|
505
|
+
*/
|
|
102
506
|
export declare const cropImage: typeof ty.cropImage;
|
|
507
|
+
/**
|
|
508
|
+
* @public
|
|
509
|
+
* @since @ray-js/ray 1.5.30
|
|
510
|
+
*/
|
|
103
511
|
export declare const fetchImageThumbnail: typeof ty.fetchImageThumbnail;
|
|
512
|
+
/**
|
|
513
|
+
* @public
|
|
514
|
+
* @since @ray-js/ray 1.5.30
|
|
515
|
+
*/
|
|
104
516
|
export declare const onKeyboardHeightChange: typeof ty.onKeyboardHeightChange;
|
|
517
|
+
/**
|
|
518
|
+
* @public
|
|
519
|
+
* @since @ray-js/ray 1.5.30
|
|
520
|
+
*/
|
|
105
521
|
export declare const offKeyboardHeightChange: typeof ty.offKeyboardHeightChange;
|
|
522
|
+
/**
|
|
523
|
+
* @public
|
|
524
|
+
* @since @ray-js/ray 1.5.30
|
|
525
|
+
*/
|
|
106
526
|
export declare const onKeyboardWillShow: typeof ty.onKeyboardWillShow;
|
|
527
|
+
/**
|
|
528
|
+
* @public
|
|
529
|
+
* @since @ray-js/ray 1.5.30
|
|
530
|
+
*/
|
|
107
531
|
export declare const offKeyboardWillShow: typeof ty.offKeyboardWillShow;
|
|
532
|
+
/**
|
|
533
|
+
* @public
|
|
534
|
+
* @since @ray-js/ray 1.5.30
|
|
535
|
+
*/
|
|
108
536
|
export declare const onKeyboardWillHide: typeof ty.onKeyboardWillHide;
|
|
537
|
+
/**
|
|
538
|
+
* @public
|
|
539
|
+
* @since @ray-js/ray 1.5.30
|
|
540
|
+
*/
|
|
109
541
|
export declare const offKeyboardWillHide: typeof ty.offKeyboardWillHide;
|
|
542
|
+
/**
|
|
543
|
+
* @public
|
|
544
|
+
* @since @ray-js/ray 1.5.33
|
|
545
|
+
*/
|
|
110
546
|
export declare const fetchVideoThumbnails: typeof ty.fetchVideoThumbnails;
|
|
547
|
+
/**
|
|
548
|
+
* @public
|
|
549
|
+
* @since @ray-js/ray 1.5.33
|
|
550
|
+
*/
|
|
111
551
|
export declare const clearVideoThumbnails: typeof ty.clearVideoThumbnails;
|
|
552
|
+
/**
|
|
553
|
+
* @public
|
|
554
|
+
* @since @ray-js/ray 1.5.33
|
|
555
|
+
*/
|
|
112
556
|
export declare const clipVideo: typeof ty.clipVideo;
|
|
557
|
+
/**
|
|
558
|
+
* @public
|
|
559
|
+
* @since @ray-js/ray 1.5.35
|
|
560
|
+
*/
|
|
113
561
|
export declare const getAppAuthorizeSetting: typeof ty.getAppAuthorizeSetting;
|
|
562
|
+
/**
|
|
563
|
+
* @public
|
|
564
|
+
* @since @ray-js/ray 1.6.8
|
|
565
|
+
*/
|
|
114
566
|
export declare const authorizePolicy: typeof ty.authorizePolicy;
|
|
567
|
+
/**
|
|
568
|
+
* @public
|
|
569
|
+
* @since @ray-js/ray 1.6.8
|
|
570
|
+
*/
|
|
115
571
|
export declare const authorizePolicyStatus: typeof ty.authorizePolicyStatus;
|
|
572
|
+
/**
|
|
573
|
+
* @public
|
|
574
|
+
* @since @ray-js/ray 1.6.8
|
|
575
|
+
*/
|
|
116
576
|
export declare const showScanLogin: typeof ty.showScanLogin;
|
|
577
|
+
/**
|
|
578
|
+
* @public
|
|
579
|
+
* @since @ray-js/ray 1.7.60
|
|
580
|
+
*/
|
|
581
|
+
export declare const batchGetStorage: typeof ty.batchGetStorage;
|
|
582
|
+
/**
|
|
583
|
+
* @public
|
|
584
|
+
* @since @ray-js/ray 1.7.60
|
|
585
|
+
*/
|
|
586
|
+
export declare const batchGetStorageSync: typeof ty.batchGetStorageSync;
|
|
587
|
+
/**
|
|
588
|
+
* @public
|
|
589
|
+
* @since @ray-js/ray 1.7.60
|
|
590
|
+
*/
|
|
591
|
+
export declare const batchSetStorage: typeof ty.batchSetStorage;
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
* @since @ray-js/ray 1.7.60
|
|
595
|
+
*/
|
|
596
|
+
export declare const batchSetStorageSync: typeof ty.batchSetStorageSync;
|
|
597
|
+
/**
|
|
598
|
+
* @public
|
|
599
|
+
* @since @ray-js/ray 1.7.60
|
|
600
|
+
*/
|
|
601
|
+
export declare const getStorageInfo: typeof ty.getStorageInfo;
|
|
602
|
+
/**
|
|
603
|
+
* @public
|
|
604
|
+
* @since @ray-js/ray 1.7.60
|
|
605
|
+
*/
|
|
606
|
+
export declare const getStorageInfoSync: typeof ty.getStorageInfoSync;
|
|
607
|
+
/**
|
|
608
|
+
* @public
|
|
609
|
+
* @alias FileSystemManager.access
|
|
610
|
+
*/
|
|
611
|
+
export declare const fileSystemManagerAccess: ReturnType<typeof ty.getFileSystemManager>["access"];
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
* @alias FileSystemManager.readFile
|
|
615
|
+
*/
|
|
616
|
+
export declare const fileSystemManagerReadFile: ReturnType<typeof ty.getFileSystemManager>["readFile"];
|
|
617
|
+
/**
|
|
618
|
+
* @public
|
|
619
|
+
* @public
|
|
620
|
+
* @alias FileSystemManager.readFileSync
|
|
621
|
+
*/
|
|
622
|
+
export declare const fileSystemManagerReadFileSync: ReturnType<typeof ty.getFileSystemManager>["readFileSync"];
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
* @alias FileSystemManager.writeFile
|
|
626
|
+
*/
|
|
627
|
+
export declare const fileSystemManagerWriteFile: ReturnType<typeof ty.getFileSystemManager>["writeFile"];
|
|
628
|
+
/**
|
|
629
|
+
* @public
|
|
630
|
+
* @public
|
|
631
|
+
* @alias FileSystemManager.writeFileSync
|
|
632
|
+
*/
|
|
633
|
+
export declare const fileSystemManagerWriteFileSync: ReturnType<typeof ty.getFileSystemManager>["writeFileSync"];
|
|
634
|
+
/**
|
|
635
|
+
* @public
|
|
636
|
+
* @alias FileSystemManager.saveFile
|
|
637
|
+
*/
|
|
638
|
+
export declare const fileSystemManagerSaveFile: ReturnType<typeof ty.getFileSystemManager>["saveFile"];
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
* @public
|
|
642
|
+
* @alias FileSystemManager.saveFileSync
|
|
643
|
+
*/
|
|
644
|
+
export declare const fileSystemManagerSaveFileSync: ReturnType<typeof ty.getFileSystemManager>["saveFileSync"];
|
|
645
|
+
/**
|
|
646
|
+
* @public
|
|
647
|
+
* @alias FileSystemManager.stat
|
|
648
|
+
*/
|
|
649
|
+
export declare const fileSystemManagerStat: ReturnType<typeof ty.getFileSystemManager>["stat"];
|
|
650
|
+
/**
|
|
651
|
+
* @public
|
|
652
|
+
* @public
|
|
653
|
+
* @alias FileSystemManager.statSync
|
|
654
|
+
*/
|
|
655
|
+
export declare const fileSystemManagerStatSync: ReturnType<typeof ty.getFileSystemManager>["statSync"];
|
|
656
|
+
/**
|
|
657
|
+
* @public
|
|
658
|
+
* @alias FileSystemManager.mkdir
|
|
659
|
+
*/
|
|
660
|
+
export declare const fileSystemManagerMkdir: ReturnType<typeof ty.getFileSystemManager>["mkdir"];
|
|
661
|
+
/**
|
|
662
|
+
* @public
|
|
663
|
+
* @public
|
|
664
|
+
* @alias FileSystemManager.mkdirSync
|
|
665
|
+
*/
|
|
666
|
+
export declare const fileSystemManagerMkdirSync: ReturnType<typeof ty.getFileSystemManager>["mkdirSync"];
|
|
667
|
+
/**
|
|
668
|
+
* @public
|
|
669
|
+
* @alias FileSystemManager.rmdir
|
|
670
|
+
*/
|
|
671
|
+
export declare const fileSystemManagerRmdir: ReturnType<typeof ty.getFileSystemManager>["rmdir"];
|
|
672
|
+
/**
|
|
673
|
+
* @public
|
|
674
|
+
* @public
|
|
675
|
+
* @alias FileSystemManager.rmdirSync
|
|
676
|
+
*/
|
|
677
|
+
export declare const fileSystemManagerRmdirSync: ReturnType<typeof ty.getFileSystemManager>["rmdirSync"];
|
|
678
|
+
/**
|
|
679
|
+
* @public
|
|
680
|
+
* @alias FileSystemManager.removeSavedFile
|
|
681
|
+
*/
|
|
682
|
+
export declare const fileSystemManagerRemoveSavedFile: ReturnType<typeof ty.getFileSystemManager>["removeSavedFile"];
|
|
683
|
+
/**
|
|
684
|
+
* @public
|
|
685
|
+
* @alias InnerAudioContext.pause
|
|
686
|
+
*/
|
|
687
|
+
export declare const innerAudioContextPause: ReturnType<typeof ty.createInnerAudioContext>["pause"];
|
|
688
|
+
/**
|
|
689
|
+
* @public
|
|
690
|
+
* @alias InnerAudioContext.resume
|
|
691
|
+
*/
|
|
692
|
+
export declare const innerAudioContextResume: ReturnType<typeof ty.createInnerAudioContext>["resume"];
|
|
693
|
+
/**
|
|
694
|
+
* @public
|
|
695
|
+
* @alias InnerAudioContext.play
|
|
696
|
+
*/
|
|
697
|
+
export declare const innerAudioContextPlay: ReturnType<typeof ty.createInnerAudioContext>["play"];
|
|
698
|
+
/**
|
|
699
|
+
* @public
|
|
700
|
+
* @alias InnerAudioContext.seek
|
|
701
|
+
*/
|
|
702
|
+
export declare const innerAudioContextSeek: ReturnType<typeof ty.createInnerAudioContext>["seek"];
|
|
703
|
+
/**
|
|
704
|
+
* @public
|
|
705
|
+
* @alias InnerAudioContext.stop
|
|
706
|
+
*/
|
|
707
|
+
export declare const innerAudioContextStop: ReturnType<typeof ty.createInnerAudioContext>["stop"];
|
|
708
|
+
/**
|
|
709
|
+
* @public
|
|
710
|
+
* @alias InnerAudioContext.destroy
|
|
711
|
+
*/
|
|
712
|
+
export declare const innerAudioContextDestroy: ReturnType<typeof ty.createInnerAudioContext>["destroy"];
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
* @public
|
|
716
|
+
* @alias InnerAudioContext.destroyPlayer
|
|
717
|
+
*/
|
|
718
|
+
export declare const innerAudioContextDestroyPlayer: ReturnType<typeof ty.createInnerAudioContext>["destroyPlayer"];
|
|
719
|
+
/**
|
|
720
|
+
* @public
|
|
721
|
+
* @alias InnerAudioContext.onTimeUpdate
|
|
722
|
+
*/
|
|
723
|
+
export declare const innerAudioContextOnTimeUpdate: ReturnType<typeof ty.createInnerAudioContext>["onTimeUpdate"];
|
|
724
|
+
/**
|
|
725
|
+
* @public
|
|
726
|
+
* @alias DownloadTask.abort
|
|
727
|
+
*/
|
|
728
|
+
export declare const downloadFileTaskAbort: ReturnType<typeof ty.downloadFile>["abort"];
|
|
729
|
+
/**
|
|
730
|
+
* @public
|
|
731
|
+
* @alias DownloadTask.onHeadersReceived
|
|
732
|
+
*/
|
|
733
|
+
export declare const downloadFileTaskOnHeadersReceived: ReturnType<typeof ty.downloadFile>["onHeadersReceived"];
|
|
734
|
+
/**
|
|
735
|
+
* @public
|
|
736
|
+
* @alias DownloadTask.offHeadersReceived
|
|
737
|
+
*/
|
|
738
|
+
export declare const downloadFileTaskOffHeadersReceived: ReturnType<typeof ty.downloadFile>["offHeadersReceived"];
|
|
739
|
+
/**
|
|
740
|
+
* @public
|
|
741
|
+
* @alias DownloadTask.onProgressUpdate
|
|
742
|
+
*/
|
|
743
|
+
export declare const downloadFileTaskOnProgressUpdate: ReturnType<typeof ty.downloadFile>["onProgressUpdate"];
|
|
744
|
+
/**
|
|
745
|
+
* @public
|
|
746
|
+
* @alias DownloadTask.offProgressUpdate
|
|
747
|
+
*/
|
|
748
|
+
export declare const downloadFileTaskOffProgressUpdate: ReturnType<typeof ty.downloadFile>["offProgressUpdate"];
|
|
749
|
+
/**
|
|
750
|
+
* @public
|
|
751
|
+
* @alias UploadTask.abort
|
|
752
|
+
*/
|
|
753
|
+
export declare const uploadFileTaskAbort: ReturnType<typeof ty.uploadFile>["abort"];
|
|
754
|
+
/**
|
|
755
|
+
* @public
|
|
756
|
+
* @alias UploadTask.onHeadersReceived
|
|
757
|
+
*/
|
|
758
|
+
export declare const uploadFileTaskOnHeadersReceived: ReturnType<typeof ty.uploadFile>["onHeadersReceived"];
|
|
759
|
+
/**
|
|
760
|
+
* @public
|
|
761
|
+
* @alias UploadTask.offHeadersReceived
|
|
762
|
+
*/
|
|
763
|
+
export declare const uploadFileTaskOffHeadersReceived: ReturnType<typeof ty.uploadFile>["offHeadersReceived"];
|
|
764
|
+
/**
|
|
765
|
+
* @public
|
|
766
|
+
* @alias UploadTask.onProgressUpdate
|
|
767
|
+
*/
|
|
768
|
+
export declare const uploadFileTaskOnProgressUpdate: ReturnType<typeof ty.uploadFile>["onProgressUpdate"];
|
|
769
|
+
/**
|
|
770
|
+
* @public
|
|
771
|
+
* @alias UploadTask.offProgressUpdate
|
|
772
|
+
*/
|
|
773
|
+
export declare const uploadFileTaskOffProgressUpdate: ReturnType<typeof ty.uploadFile>["offProgressUpdate"];
|
|
774
|
+
/**
|
|
775
|
+
* @public
|
|
776
|
+
* @alias RequestTask.abort
|
|
777
|
+
*/
|
|
778
|
+
export declare const requestTaskAbort: ReturnType<typeof ty.request>["abort"];
|
|
779
|
+
/**
|
|
780
|
+
* @public
|
|
781
|
+
* @alias RequestTask.onHeadersReceived
|
|
782
|
+
*/
|
|
783
|
+
export declare const requestTaskOnHeadersReceived: ReturnType<typeof ty.request>["onHeadersReceived"];
|
|
784
|
+
/**
|
|
785
|
+
* @public
|
|
786
|
+
* @alias RequestTask.offHeadersReceived
|
|
787
|
+
*/
|
|
788
|
+
export declare const requestTaskOffHeadersReceived: ReturnType<typeof ty.request>["offHeadersReceived"];
|
|
789
|
+
/**
|
|
790
|
+
* @public
|
|
791
|
+
* @alias RecorderManager.start
|
|
792
|
+
*/
|
|
793
|
+
export declare const recorderManagerStart: ReturnType<typeof ty.getRecorderManager>["start"];
|
|
794
|
+
/**
|
|
795
|
+
* @public
|
|
796
|
+
* @alias RecorderManager.resume
|
|
797
|
+
*/
|
|
798
|
+
export declare const recorderManagerResume: ReturnType<typeof ty.getRecorderManager>["resume"];
|
|
799
|
+
/**
|
|
800
|
+
* @public
|
|
801
|
+
* @alias RecorderManager.pause
|
|
802
|
+
*/
|
|
803
|
+
export declare const recorderManagerPause: ReturnType<typeof ty.getRecorderManager>["pause"];
|
|
804
|
+
/**
|
|
805
|
+
* @public
|
|
806
|
+
* @alias RecorderManager.stop
|
|
807
|
+
*/
|
|
808
|
+
export declare const recorderManagerStop: ReturnType<typeof ty.getRecorderManager>["stop"];
|
|
809
|
+
/**
|
|
810
|
+
* @public
|
|
811
|
+
* @public
|
|
812
|
+
* @alias RecorderManager.startRecording
|
|
813
|
+
*/
|
|
814
|
+
export declare const recorderManagerStartRecording: ReturnType<typeof ty.getRecorderManager>["startRecording"];
|
|
815
|
+
/**
|
|
816
|
+
* @public
|
|
817
|
+
* @public
|
|
818
|
+
* @alias RecorderManager.stopRecording
|
|
819
|
+
*/
|
|
820
|
+
export declare const recorderManagerStopRecording: ReturnType<typeof ty.getRecorderManager>["stopRecording"];
|