-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
Copy pathindex.ts
89 lines (89 loc) · 3 KB
/
index.ts
1
2
3
4
5
6
7
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
// 由 getLibList.js 脚本生成, 不要进行手动修改, 请不要手动修改
export * from './arrayBufferToBase64'
export * from './authorize'
export * from './base64ToArrayBuffer'
export * from './canIUse'
export * from './chooseImage'
export * from './chooseMedia'
export * from './chooseVideo'
export * from './clearStorage'
export * from './clearStorageSync'
export * from './compressImage'
export * from './connectSocket'
export * from './createCameraContext'
export * from './createInnerAudioContext'
export * from './createSelectorQuery'
export * from './createVideoContext'
export * from './downloadFile'
export * from './ENV_TYPE'
export * from './getAppBaseInfo'
export * from './getClipboardData'
export * from './getEnv'
export * from './getFileInfo'
export * from './getFileSystemManager'
export * from './getImageInfo'
export * from './getLocation'
export * from './getNetworkType'
export * from './getRecorderManager'
export * from './getSavedFileInfo'
export * from './getSavedFileList'
export * from './getScreenBrightness'
export * from './getSetting'
export * from './getStorage'
export * from './getStorageInfo'
export * from './getStorageInfoSync'
export * from './getStorageSync'
export * from './getSystemInfo'
export * from './getSystemInfoSync'
export * from './getUserProfile'
export * from './hideKeyboard'
export * from './hideLoading'
export * from './hideToast'
export * from './makePhoneCall'
export * from './offAccelerometerChange'
export * from './offDeviceMotionChange'
export * from './offGyroscopeChange'
export * from './offKeyboardHeightChange'
export * from './offLocationChange'
export * from './offNetworkStatusChange'
export * from './offUserCaptureScreen'
export * from './offWindowResize'
export * from './onAccelerometerChange'
export * from './onDeviceMotionChange'
export * from './onGyroscopeChange'
export * from './onKeyboardHeightChange'
export * from './onLocationChange'
export * from './onNetworkStatusChange'
export * from './onUserCaptureScreen'
export * from './onWindowResize'
export * from './openSetting'
export * from './openUrl'
export * from './previewImage'
export * from './removeSavedFile'
export * from './removeStorage'
export * from './removeStorageSync'
export * from './request'
export * from './saveFile'
export * from './saveImageToPhotosAlbum'
export * from './saveVideoToPhotosAlbum'
export * from './scanCode'
export * from './setClipboardData'
export * from './setKeepScreenOn'
export * from './setScreenBrightness'
export * from './setStorage'
export * from './setStorageSync'
export * from './showActionSheet'
export * from './showLoading'
export * from './showModal'
export * from './showToast'
export * from './startAccelerometer'
export * from './startDeviceMotionListening'
export * from './startGyroscope'
export * from './startLocationUpdate'
export * from './stopAccelerometer'
export * from './stopDeviceMotionListening'
export * from './stopGyroscope'
export * from './stopLocationUpdate'
export * from './uploadFile'
export * from './vibrateLong'
export * from './vibrateShort'