fix: 神策数据埋点第二期—0912测试...

This commit is contained in:
曾祥俊
2023-09-14 09:08:08 +08:00
parent db725a417d
commit cbc2902613
7 changed files with 28 additions and 15 deletions

View File

@ -758,7 +758,7 @@ object SensorsBridge {
gameId: String,
gameName: String,
gameType: String,
isNotPrompt: Boolean,
isNotPrompt: Boolean?,
linkId: String = "",
linkType: String = "",
linkText: String = "",
@ -771,6 +771,9 @@ object SensorsBridge {
KEY_LINK_ID to linkId
KEY_LINK_TYPE to linkType
KEY_LINK_TEXT to linkText
isNotPrompt?.let {
KEY_IS_NOT_PROMPT to it
}
}
trackEvent(EVENT_PKG_CHECK_DIALOG_CLICK, json)