fix: 神策数据埋点第二期—0912测试...
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user