Commit 0432cdae authored by wanglei's avatar wanglei

========上报key更新=========

parent 5acce7e9
...@@ -43,7 +43,15 @@ object EventHelper { ...@@ -43,7 +43,15 @@ object EventHelper {
Log.e(TAG, "ifAgreePrivacy=$ifAgreePrivacy") Log.e(TAG, "ifAgreePrivacy=$ifAgreePrivacy")
return return
} }
val filterKey = arrayOf("click_start_to_use", "install_referrer", "ad_show", "ad_click", "ad_price", "fcm_receiver") val filterKey = arrayOf(
"click_start_to_use",
"install_referrer",
"ad_show",
"ad_click",
"ad_price",
"fcm_receiver",
"fcm_message_received"
)
if (!filterKey.contains(key)) { if (!filterKey.contains(key)) {
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment