@chiyou/minigame-framework 1.3.4 → 1.3.6
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
CHANGED
|
@@ -35,13 +35,9 @@ export interface UmaInitConfig {
|
|
|
35
35
|
/**
|
|
36
36
|
* 友盟 SDK 接口定义
|
|
37
37
|
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* - pe 直接定义(1个):init
|
|
42
|
-
* - 不可用方法(定义在 re 类但未代理到 pe):removeUserid, setUserInfo, setAnonymousid,
|
|
43
|
-
* setAppVersion, setSuperProperty
|
|
44
|
-
* - 插件方法(通过 pe.use 安装):revenue, stage, level, rc(已移除,不在接口中)
|
|
38
|
+
* 仅包含实际可用的方法(共12个)
|
|
39
|
+
* 已移除:removeUserid, setUserInfo, setAnonymousid, setAppVersion, setSuperProperty(不可用)
|
|
40
|
+
* 已移除:revenue, stage, level, rc(插件方法)
|
|
45
41
|
*/
|
|
46
42
|
export interface UmaSDK {
|
|
47
43
|
/** 初始化 */
|