@dcloudio/uni-app-x 0.7.58 → 0.7.59
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 +6 -2
- package/types/index.d.ts +1 -0
- package/types/native/CSSStyleDeclaration.d.ts +31 -6
- package/types/native/DOMRect.d.ts +60 -10
- package/types/native/IUniElement.d.ts +459 -0
- package/types/native/UniElement.d.ts +3 -2
- package/types/native/UniPage.d.ts +2 -2
- package/types/native/UniWebViewContentHeightChangeEvent.d.ts +31 -0
- package/types/native/UniWebViewElement.d.ts +3 -1
- package/types/native/global.d.ts +8 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/env/index.d.ts +5 -5
- package/types/uni/uts-plugin-api/.temp/uni-actionSheet/utssdk/interface.uts +554 -0
- package/types/uni/uts-plugin-api/.temp/uni-addPhoneContact/utssdk/interface.uts +224 -0
- package/types/uni/uts-plugin-api/.temp/uni-arrayBufferToBase64/utssdk/interface.uts +77 -0
- package/types/uni/uts-plugin-api/.temp/uni-authentication/utssdk/interface.uts +365 -0
- package/types/uni/uts-plugin-api/.temp/uni-base64ToArrayBuffer/utssdk/interface.uts +77 -0
- package/types/uni/uts-plugin-api/.temp/uni-canvas/utssdk/interface.uts +972 -0
- package/types/uni/uts-plugin-api/.temp/uni-chooseLocation/utssdk/interface.uts +410 -0
- package/types/uni/uts-plugin-api/.temp/uni-chooseMedia/utssdk/interface.uts +459 -0
- package/types/uni/uts-plugin-api/.temp/uni-clipboard/utssdk/interface.uts +203 -0
- package/types/uni/uts-plugin-api/.temp/uni-createInnerAudioContext/utssdk/interface.uts +2613 -0
- package/types/uni/uts-plugin-api/.temp/uni-createIntersectionObserver/utssdk/interface.uts +152 -0
- package/types/uni/uts-plugin-api/.temp/uni-createRequestPermissionListener/utssdk/interface.uts +61 -0
- package/types/uni/uts-plugin-api/.temp/uni-createSelectorQuery/utssdk/interface.uts +548 -0
- package/types/uni/uts-plugin-api/.temp/uni-createWebviewContext/utssdk/interface.uts +137 -0
- package/types/uni/uts-plugin-api/.temp/uni-dialogPage/utssdk/interface.uts +1380 -0
- package/types/uni/uts-plugin-api/.temp/uni-document/utssdk/interface.uts +76 -0
- package/types/uni/uts-plugin-api/.temp/uni-event/utssdk/interface.uts +338 -0
- package/types/uni/uts-plugin-api/.temp/uni-exit/utssdk/interface.uts +102 -0
- package/types/uni/uts-plugin-api/.temp/uni-file/utssdk/interface.uts +384 -0
- package/types/uni/uts-plugin-api/.temp/uni-fileSystemManager/utssdk/interface.uts +5316 -0
- package/types/uni/uts-plugin-api/.temp/uni-getAccessibilityInfo/utssdk/interface.uts +35 -0
- package/types/uni/uts-plugin-api/.temp/uni-getAppAuthorizeSetting/utssdk/interface.uts +616 -0
- package/types/uni/uts-plugin-api/.temp/uni-getAppBaseInfo/utssdk/interface.uts +2157 -0
- package/types/uni/uts-plugin-api/.temp/uni-getBackgroundAudioManager/utssdk/interface.uts +895 -0
- package/types/uni/uts-plugin-api/.temp/uni-getDeviceInfo/utssdk/interface.uts +1755 -0
- package/types/uni/uts-plugin-api/.temp/uni-getElementById/utssdk/interface.uts +82 -0
- package/types/uni/uts-plugin-api/.temp/uni-getEnterOptionsSync/utssdk/interface.uts +295 -0
- package/types/uni/uts-plugin-api/.temp/uni-getLaunchOptionsSync/utssdk/interface.uts +299 -0
- package/types/uni/uts-plugin-api/.temp/uni-getLocation/utssdk/interface.uts +1764 -0
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-system/utssdk/interface.uts +1 -0
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent/utssdk/interface.uts +1 -0
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent-uni1/utssdk/interface.uts +736 -0
- package/types/uni/uts-plugin-api/.temp/uni-getNetworkType/utssdk/interface.uts +274 -0
- package/types/uni/uts-plugin-api/.temp/uni-getPerformance/utssdk/interface.uts +198 -0
- package/types/uni/uts-plugin-api/.temp/uni-getProvider/utssdk/interface.uts +634 -0
- package/types/uni/uts-plugin-api/.temp/uni-getRecorderManager/utssdk/interface.uts +980 -0
- package/types/uni/uts-plugin-api/.temp/uni-getSystemInfo/utssdk/interface.uts +5550 -0
- package/types/uni/uts-plugin-api/.temp/uni-getSystemSetting/utssdk/interface.uts +501 -0
- package/types/uni/uts-plugin-api/.temp/uni-installApk/utssdk/interface.uts +83 -0
- package/types/uni/uts-plugin-api/.temp/uni-interceptor/utssdk/interface.uts +169 -0
- package/types/uni/uts-plugin-api/.temp/uni-keyboard/utssdk/interface.uts +102 -0
- package/types/uni/uts-plugin-api/.temp/uni-loadFontFace/utssdk/interface.uts +580 -0
- package/types/uni/uts-plugin-api/.temp/uni-makePhoneCall/utssdk/interface.uts +100 -0
- package/types/uni/uts-plugin-api/.temp/uni-media/utssdk/interface.uts +2980 -0
- package/types/uni/uts-plugin-api/.temp/uni-modal/utssdk/interface.uts +190 -0
- package/types/uni/uts-plugin-api/.temp/uni-navigationBar/utssdk/interface.uts +1002 -0
- package/types/uni/uts-plugin-api/.temp/uni-network/utssdk/interface.uts +3620 -0
- package/types/uni/uts-plugin-api/.temp/uni-oauth/utssdk/interface.uts +1592 -0
- package/types/uni/uts-plugin-api/.temp/uni-oauth-huawei/utssdk/interface.uts +1 -0
- package/types/uni/uts-plugin-api/.temp/uni-openAppAuthorizeSetting/utssdk/interface.uts +254 -0
- package/types/uni/uts-plugin-api/.temp/uni-openDocument/utssdk/interface.uts +112 -0
- package/types/uni/uts-plugin-api/.temp/uni-pageScrollTo/utssdk/interface.uts +153 -0
- package/types/uni/uts-plugin-api/.temp/uni-payment/utssdk/interface.uts +833 -0
- package/types/uni/uts-plugin-api/.temp/uni-payment-alipay/utssdk/interface.uts +1 -0
- package/types/uni/uts-plugin-api/.temp/uni-payment-huawei/utssdk/interface.uts +1 -0
- package/types/uni/uts-plugin-api/.temp/uni-payment-wxpay/utssdk/interface.uts +3 -0
- package/types/uni/uts-plugin-api/.temp/uni-previewImage/utssdk/interface.uts +518 -0
- package/types/uni/uts-plugin-api/.temp/uni-privacy/utssdk/interface.uts +560 -0
- package/types/uni/uts-plugin-api/.temp/uni-prompt/utssdk/interface.uts +2607 -0
- package/types/uni/uts-plugin-api/.temp/uni-pullDownRefresh/utssdk/interface.uts +189 -0
- package/types/uni/uts-plugin-api/.temp/uni-requestMerchantTransfer/utssdk/interface.uts +710 -0
- package/types/uni/uts-plugin-api/.temp/uni-route/utssdk/interface.uts +2695 -0
- package/types/uni/uts-plugin-api/.temp/uni-rpx2px/utssdk/interface.uts +80 -0
- package/types/uni/uts-plugin-api/.temp/uni-scanCode/utssdk/interface.uts +130 -0
- package/types/uni/uts-plugin-api/.temp/uni-shareWithSystem/utssdk/interface.uts +719 -0
- package/types/uni/uts-plugin-api/.temp/uni-sse/utssdk/interface.uts +277 -0
- package/types/uni/uts-plugin-api/.temp/uni-storage/utssdk/interface.uts +1020 -0
- package/types/uni/uts-plugin-api/.temp/uni-tabBar/utssdk/interface.uts +1148 -0
- package/types/uni/uts-plugin-api/.temp/uni-theme/utssdk/interface.uts +1059 -0
- package/types/uni/uts-plugin-api/.temp/uni-virtualPayment/utssdk/interface.uts +1660 -0
- package/types/uni/uts-plugin-api/.temp/uni-websocket/utssdk/interface.uts +1941 -0
- package/types/uni/uts-plugin-api/global.d.ts +3 -0
- package/types/uni/uts-plugin-api/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +16 -6
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +45 -0
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +238 -233
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +28 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -9
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +67 -239
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +24 -4
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +293 -179
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +118 -78
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3932 -3514
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +778 -290
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +2254 -1281
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +36 -0
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +180 -0
- package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +126 -67
- package/types/uni/uts-plugin-biz/.temp/uni-ad/utssdk/interface.uts +726 -0
- package/types/uni/uts-plugin-biz/.temp/uni-crash/utssdk/interface.uts +89 -0
- package/types/uni/uts-plugin-biz/.temp/uni-facialRecognitionVerify/utssdk/interface.uts +212 -0
- package/types/uni/uts-plugin-biz/.temp/uni-map-tencent/utssdk/interface.uts +2359 -0
- package/types/uni/uts-plugin-biz/.temp/uni-push/utssdk/interface.uts +960 -0
- package/types/uni/uts-plugin-biz/.temp/uni-secure-network/utssdk/interface.uts +204 -0
- package/types/uni/uts-plugin-biz/.temp/uni-verify/utssdk/interface.uts +730 -0
- package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +221 -0
- package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +935 -0
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +16 -0
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +8 -0
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +203 -1
- package/types/uni-cloud/interface.d.ts +229 -0
- package/types/vite.d.ts +269 -0
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export interface Uni {
|
|
2
2
|
/**
|
|
3
3
|
* 拨打电话
|
|
4
|
-
*
|
|
5
4
|
* @tutorial https://uniapp.dcloud.net.cn/api/system/phone.html#makephonecall
|
|
6
5
|
* @tutorial-uni-app https://uniapp.dcloud.net.cn/api/system/phone.html#makephonecall
|
|
7
6
|
* @uniPlatform {
|
|
@@ -9,17 +8,20 @@ export interface Uni {
|
|
|
9
8
|
* "android": {
|
|
10
9
|
* "osVer": "5.0",
|
|
11
10
|
* "uniVer": "√",
|
|
12
|
-
* "unixVer": "
|
|
11
|
+
* "unixVer": "4.63",
|
|
12
|
+
* "unixUtsPlugin": "4.63"
|
|
13
13
|
* },
|
|
14
14
|
* "ios": {
|
|
15
15
|
* "osVer": "12.0",
|
|
16
16
|
* "uniVer": "√",
|
|
17
|
-
* "unixVer": "
|
|
17
|
+
* "unixVer": "4.63",
|
|
18
|
+
* "unixUtsPlugin": "4.63"
|
|
18
19
|
* },
|
|
19
20
|
* "harmony": {
|
|
20
21
|
* "osVer": "3.0",
|
|
21
22
|
* "uniVer": "4.23",
|
|
22
|
-
* "unixVer": "4.61"
|
|
23
|
+
* "unixVer": "4.61",
|
|
24
|
+
* "unixUtsPlugin": "4.61"
|
|
23
25
|
* }
|
|
24
26
|
* },
|
|
25
27
|
* "mp": {
|
|
@@ -77,7 +79,23 @@ export interface Uni {
|
|
|
77
79
|
export type MakePhoneCall = (options: MakePhoneCallOptions) => void;
|
|
78
80
|
export type MakePhoneCallSuccess = {};
|
|
79
81
|
export type MakePhoneCallSuccessCallback = (result: MakePhoneCallSuccess) => void;
|
|
80
|
-
export type
|
|
82
|
+
export type MakePhoneCallErrorCode =
|
|
83
|
+
/**
|
|
84
|
+
* 当前设备不支持此功能
|
|
85
|
+
*/
|
|
86
|
+
1500601 |
|
|
87
|
+
/**
|
|
88
|
+
* 无效号码
|
|
89
|
+
*/
|
|
90
|
+
1500602 |
|
|
91
|
+
/**
|
|
92
|
+
* 内部错误
|
|
93
|
+
*/
|
|
94
|
+
1500603;
|
|
95
|
+
export interface IMakePhoneCallError extends IUniError {
|
|
96
|
+
errCode : MakePhoneCallErrorCode;
|
|
97
|
+
}
|
|
98
|
+
export type MakePhoneCallFail = IMakePhoneCallError;
|
|
81
99
|
export type MakePhoneCallFailCallback = (result: MakePhoneCallFail) => void;
|
|
82
100
|
export type MakePhoneCallComplete = any;
|
|
83
101
|
export type MakePhoneCallCompleteCallback = (result: MakePhoneCallComplete) => void;
|
|
@@ -85,193 +103,289 @@ export type MakePhoneCallOptions = {
|
|
|
85
103
|
/**
|
|
86
104
|
* 需要拨打的电话号码
|
|
87
105
|
* @uniPlatform {
|
|
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
|
-
*
|
|
106
|
+
* "app": {
|
|
107
|
+
* "android": {
|
|
108
|
+
* "osVer": "5.0",
|
|
109
|
+
* "uniVer": "√",
|
|
110
|
+
* "unixVer": "4.63",
|
|
111
|
+
* "unixUtsPlugin": "4.63"
|
|
112
|
+
* },
|
|
113
|
+
* "ios": {
|
|
114
|
+
* "osVer": "12.0",
|
|
115
|
+
* "uniVer": "√",
|
|
116
|
+
* "unixVer": "4.63",
|
|
117
|
+
* "unixUtsPlugin": "4.63"
|
|
118
|
+
* },
|
|
119
|
+
* "harmony": {
|
|
120
|
+
* "osVer": "3.0",
|
|
121
|
+
* "uniVer": "4.23",
|
|
122
|
+
* "unixVer": "4.61",
|
|
123
|
+
* "unixUtsPlugin": "4.61"
|
|
124
|
+
* }
|
|
125
|
+
* },
|
|
126
|
+
* "mp": {
|
|
127
|
+
* "weixin": {
|
|
128
|
+
* "hostVer": "√",
|
|
129
|
+
* "uniVer": "√",
|
|
130
|
+
* "unixVer": "4.41"
|
|
131
|
+
* },
|
|
132
|
+
* "alipay": {
|
|
133
|
+
* "hostVer": "√",
|
|
134
|
+
* "uniVer": "√",
|
|
135
|
+
* "unixVer": "x"
|
|
136
|
+
* },
|
|
137
|
+
* "baidu": {
|
|
138
|
+
* "hostVer": "√",
|
|
139
|
+
* "uniVer": "√",
|
|
140
|
+
* "unixVer": "x"
|
|
141
|
+
* },
|
|
142
|
+
* "toutiao": {
|
|
143
|
+
* "hostVer": "√",
|
|
144
|
+
* "uniVer": "√",
|
|
145
|
+
* "unixVer": "x"
|
|
146
|
+
* },
|
|
147
|
+
* "lark": {
|
|
148
|
+
* "hostVer": "√",
|
|
149
|
+
* "uniVer": "√",
|
|
150
|
+
* "unixVer": "√"
|
|
151
|
+
* },
|
|
152
|
+
* "qq": {
|
|
153
|
+
* "hostVer": "√",
|
|
154
|
+
* "uniVer": "√",
|
|
155
|
+
* "unixVer": "x"
|
|
156
|
+
* },
|
|
157
|
+
* "kuaishou": {
|
|
158
|
+
* "hostVer": "√",
|
|
159
|
+
* "uniVer": "√",
|
|
160
|
+
* "unixVer": "x"
|
|
161
|
+
* },
|
|
162
|
+
* "jd": {
|
|
163
|
+
* "hostVer": "√",
|
|
164
|
+
* "uniVer": "√",
|
|
165
|
+
* "unixVer": "x"
|
|
166
|
+
* }
|
|
167
|
+
* },
|
|
168
|
+
* "web": {
|
|
169
|
+
* "uniVer": "√",
|
|
170
|
+
* "unixVer": "4.0"
|
|
171
|
+
* }
|
|
130
172
|
* }
|
|
131
173
|
*/
|
|
132
174
|
phoneNumber: string,
|
|
133
175
|
/**
|
|
134
176
|
* 成功返回的回调函数
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
* @uniPlatform {
|
|
178
|
+
* "app": {
|
|
179
|
+
* "android": {
|
|
180
|
+
* "osVer": "5.0",
|
|
181
|
+
* "uniVer": "√",
|
|
182
|
+
* "unixVer": "4.63",
|
|
183
|
+
* "unixUtsPlugin": "4.63"
|
|
184
|
+
* },
|
|
185
|
+
* "ios": {
|
|
186
|
+
* "osVer": "12.0",
|
|
187
|
+
* "uniVer": "√",
|
|
188
|
+
* "unixVer": "4.63",
|
|
189
|
+
* "unixUtsPlugin": "4.63"
|
|
190
|
+
* },
|
|
191
|
+
* "harmony": {
|
|
192
|
+
* "osVer": "3.0",
|
|
193
|
+
* "uniVer": "4.23",
|
|
194
|
+
* "unixVer": "4.61",
|
|
195
|
+
* "unixUtsPlugin": "4.61"
|
|
196
|
+
* }
|
|
197
|
+
* },
|
|
198
|
+
* "mp": {
|
|
199
|
+
* "weixin": {
|
|
200
|
+
* "hostVer": "√",
|
|
201
|
+
* "uniVer": "√",
|
|
202
|
+
* "unixVer": "4.41"
|
|
203
|
+
* },
|
|
204
|
+
* "alipay": {
|
|
205
|
+
* "hostVer": "√",
|
|
206
|
+
* "uniVer": "√",
|
|
207
|
+
* "unixVer": "x"
|
|
208
|
+
* },
|
|
209
|
+
* "baidu": {
|
|
210
|
+
* "hostVer": "√",
|
|
211
|
+
* "uniVer": "√",
|
|
212
|
+
* "unixVer": "x"
|
|
213
|
+
* },
|
|
214
|
+
* "toutiao": {
|
|
215
|
+
* "hostVer": "√",
|
|
216
|
+
* "uniVer": "√",
|
|
217
|
+
* "unixVer": "x"
|
|
218
|
+
* },
|
|
219
|
+
* "lark": {
|
|
220
|
+
* "hostVer": "√",
|
|
221
|
+
* "uniVer": "√",
|
|
222
|
+
* "unixVer": "√"
|
|
223
|
+
* },
|
|
224
|
+
* "qq": {
|
|
225
|
+
* "hostVer": "√",
|
|
226
|
+
* "uniVer": "√",
|
|
227
|
+
* "unixVer": "x"
|
|
228
|
+
* },
|
|
229
|
+
* "kuaishou": {
|
|
230
|
+
* "hostVer": "√",
|
|
231
|
+
* "uniVer": "√",
|
|
232
|
+
* "unixVer": "x"
|
|
233
|
+
* },
|
|
234
|
+
* "jd": {
|
|
235
|
+
* "hostVer": "√",
|
|
236
|
+
* "uniVer": "√",
|
|
237
|
+
* "unixVer": "x"
|
|
238
|
+
* }
|
|
239
|
+
* },
|
|
240
|
+
* "web": {
|
|
241
|
+
* "uniVer": "√",
|
|
242
|
+
* "unixVer": "4.0"
|
|
243
|
+
* }
|
|
244
|
+
* }
|
|
179
245
|
*/
|
|
180
246
|
success?: MakePhoneCallSuccessCallback | null,
|
|
181
247
|
/**
|
|
182
248
|
* 失败的回调函数
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
249
|
+
* @uniPlatform {
|
|
250
|
+
* "app": {
|
|
251
|
+
* "android": {
|
|
252
|
+
* "osVer": "5.0",
|
|
253
|
+
* "uniVer": "√",
|
|
254
|
+
* "unixVer": "4.63",
|
|
255
|
+
* "unixUtsPlugin": "4.63"
|
|
256
|
+
* },
|
|
257
|
+
* "ios": {
|
|
258
|
+
* "osVer": "12.0",
|
|
259
|
+
* "uniVer": "√",
|
|
260
|
+
* "unixVer": "4.63",
|
|
261
|
+
* "unixUtsPlugin": "4.63"
|
|
262
|
+
* },
|
|
263
|
+
* "harmony": {
|
|
264
|
+
* "osVer": "3.0",
|
|
265
|
+
* "uniVer": "4.23",
|
|
266
|
+
* "unixVer": "4.61",
|
|
267
|
+
* "unixUtsPlugin": "4.61"
|
|
268
|
+
* }
|
|
269
|
+
* },
|
|
270
|
+
* "mp": {
|
|
271
|
+
* "weixin": {
|
|
272
|
+
* "hostVer": "√",
|
|
273
|
+
* "uniVer": "√",
|
|
274
|
+
* "unixVer": "4.41"
|
|
275
|
+
* },
|
|
276
|
+
* "alipay": {
|
|
277
|
+
* "hostVer": "√",
|
|
278
|
+
* "uniVer": "√",
|
|
279
|
+
* "unixVer": "x"
|
|
280
|
+
* },
|
|
281
|
+
* "baidu": {
|
|
282
|
+
* "hostVer": "√",
|
|
283
|
+
* "uniVer": "√",
|
|
284
|
+
* "unixVer": "x"
|
|
285
|
+
* },
|
|
286
|
+
* "toutiao": {
|
|
287
|
+
* "hostVer": "√",
|
|
288
|
+
* "uniVer": "√",
|
|
289
|
+
* "unixVer": "x"
|
|
290
|
+
* },
|
|
291
|
+
* "lark": {
|
|
292
|
+
* "hostVer": "√",
|
|
293
|
+
* "uniVer": "√",
|
|
294
|
+
* "unixVer": "√"
|
|
295
|
+
* },
|
|
296
|
+
* "qq": {
|
|
297
|
+
* "hostVer": "√",
|
|
298
|
+
* "uniVer": "√",
|
|
299
|
+
* "unixVer": "x"
|
|
300
|
+
* },
|
|
301
|
+
* "kuaishou": {
|
|
302
|
+
* "hostVer": "√",
|
|
303
|
+
* "uniVer": "√",
|
|
304
|
+
* "unixVer": "x"
|
|
305
|
+
* },
|
|
306
|
+
* "jd": {
|
|
307
|
+
* "hostVer": "√",
|
|
308
|
+
* "uniVer": "√",
|
|
309
|
+
* "unixVer": "x"
|
|
310
|
+
* }
|
|
311
|
+
* },
|
|
312
|
+
* "web": {
|
|
313
|
+
* "uniVer": "√",
|
|
314
|
+
* "unixVer": "4.0"
|
|
315
|
+
* }
|
|
316
|
+
* }
|
|
227
317
|
*/
|
|
228
318
|
fail?: MakePhoneCallFailCallback | null,
|
|
229
319
|
/**
|
|
230
320
|
* 结束的回调函数(调用成功、失败都会执行)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
321
|
+
* @uniPlatform {
|
|
322
|
+
* "app": {
|
|
323
|
+
* "android": {
|
|
324
|
+
* "osVer": "5.0",
|
|
325
|
+
* "uniVer": "√",
|
|
326
|
+
* "unixVer": "4.63",
|
|
327
|
+
* "unixUtsPlugin": "4.63"
|
|
328
|
+
* },
|
|
329
|
+
* "ios": {
|
|
330
|
+
* "osVer": "12.0",
|
|
331
|
+
* "uniVer": "√",
|
|
332
|
+
* "unixVer": "4.63",
|
|
333
|
+
* "unixUtsPlugin": "4.63"
|
|
334
|
+
* },
|
|
335
|
+
* "harmony": {
|
|
336
|
+
* "osVer": "3.0",
|
|
337
|
+
* "uniVer": "4.23",
|
|
338
|
+
* "unixVer": "4.61",
|
|
339
|
+
* "unixUtsPlugin": "4.61"
|
|
340
|
+
* }
|
|
341
|
+
* },
|
|
342
|
+
* "mp": {
|
|
343
|
+
* "weixin": {
|
|
344
|
+
* "hostVer": "√",
|
|
345
|
+
* "uniVer": "√",
|
|
346
|
+
* "unixVer": "4.41"
|
|
347
|
+
* },
|
|
348
|
+
* "alipay": {
|
|
349
|
+
* "hostVer": "√",
|
|
350
|
+
* "uniVer": "√",
|
|
351
|
+
* "unixVer": "x"
|
|
352
|
+
* },
|
|
353
|
+
* "baidu": {
|
|
354
|
+
* "hostVer": "√",
|
|
355
|
+
* "uniVer": "√",
|
|
356
|
+
* "unixVer": "x"
|
|
357
|
+
* },
|
|
358
|
+
* "toutiao": {
|
|
359
|
+
* "hostVer": "√",
|
|
360
|
+
* "uniVer": "√",
|
|
361
|
+
* "unixVer": "x"
|
|
362
|
+
* },
|
|
363
|
+
* "lark": {
|
|
364
|
+
* "hostVer": "√",
|
|
365
|
+
* "uniVer": "√",
|
|
366
|
+
* "unixVer": "√"
|
|
367
|
+
* },
|
|
368
|
+
* "qq": {
|
|
369
|
+
* "hostVer": "√",
|
|
370
|
+
* "uniVer": "√",
|
|
371
|
+
* "unixVer": "x"
|
|
372
|
+
* },
|
|
373
|
+
* "kuaishou": {
|
|
374
|
+
* "hostVer": "√",
|
|
375
|
+
* "uniVer": "√",
|
|
376
|
+
* "unixVer": "x"
|
|
377
|
+
* },
|
|
378
|
+
* "jd": {
|
|
379
|
+
* "hostVer": "√",
|
|
380
|
+
* "uniVer": "√",
|
|
381
|
+
* "unixVer": "x"
|
|
382
|
+
* }
|
|
383
|
+
* },
|
|
384
|
+
* "web": {
|
|
385
|
+
* "uniVer": "√",
|
|
386
|
+
* "unixVer": "4.0"
|
|
387
|
+
* }
|
|
388
|
+
* }
|
|
275
389
|
*/
|
|
276
390
|
complete?: MakePhoneCallCompleteCallback | null
|
|
277
391
|
};
|