Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 修改 初始化 参数裂变 #1179

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion cn/docs/sdk/access/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,14 @@ TapTapSdk.init(
clientId, // 游戏client id
clientToken, // 游戏client token
region, // 游戏可玩区域: [TapTapRegion.CN]=国内 [TapTapRegion.GLOBAL]=海外
channel, // 分包渠道名称
gameVersion, // 游戏版本号
autoIAPEventEnabled, // 是否自动上报GooglePlay内购支付成功事件 仅 [TapTapRegion.GLOBAL] 生效
overrideBuiltInParameters, // 自定义字段是否能覆盖内置字段
properties, // 自定义属性,启动首个预置事件(device_login)会带上这些属性
oaidCert, // OAID证书, 用于上报 OAID 仅 [TapTapRegion.CN] 生效
enableLog, // 是否开启 log,建议 Debug 开启,Release 关闭,默认关闭 log
preferredLanguage, // 多语言设置,默认为中文
preferredLanguage, // TapSdk首选语言 默认为 TapTapLanguage.AUTO
),
TapTapAchievementOptions(enableToast = true), // 成就初始化配置
TapTapComplianceOptions(showSwitchAccount = true, useAgeRange = true) // 合规认证初始化配置
Expand Down
Loading