hylid-bridge 2.12.0-alpha.30 → 2.12.0-alpha.33
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/lib/bridges.d.ts +0 -18
- package/lib/bridges.js +113 -113
- package/lib/umd/index.js +1 -1
- package/package.json +7 -7
package/lib/bridges.d.ts
CHANGED
|
@@ -871,26 +871,8 @@ export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
|
|
|
871
871
|
* | web | demo,alipay |
|
|
872
872
|
*/
|
|
873
873
|
export declare const getScreenBrightnessAsync: (args?: Omit<AsyncCallback<{
|
|
874
|
-
/**
|
|
875
|
-
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket
|
|
876
|
-
* @support
|
|
877
|
-
* | Platform | Apps |
|
|
878
|
-
* | ------------- | -------- |
|
|
879
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
880
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
881
|
-
* | web | |
|
|
882
|
-
*/
|
|
883
874
|
brightness: number;
|
|
884
875
|
}>, "success" | "fail" | "complete"> | undefined) => Promise<{
|
|
885
|
-
/**
|
|
886
|
-
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket
|
|
887
|
-
* @support
|
|
888
|
-
* | Platform | Apps |
|
|
889
|
-
* | ------------- | -------- |
|
|
890
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
891
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
|
|
892
|
-
* | web | |
|
|
893
|
-
*/
|
|
894
876
|
brightness: number;
|
|
895
877
|
}>;
|
|
896
878
|
/**
|