3.18 头条广告金币钻石消耗打点
JSONObject jsonObject = new JSONObject();
try {
jsonObject.put(Keys._CURRENCY_AMOUNT, 123);//消耗123钻石
} catch (Exception e) {
e.printStackTrace();
}
RNSDK.trackCustomEvent(context, jsonObject);
Last updated
Was this helpful?
JSONObject jsonObject = new JSONObject();
try {
jsonObject.put(Keys._CURRENCY_AMOUNT, 123);//消耗123钻石
} catch (Exception e) {
e.printStackTrace();
}
RNSDK.trackCustomEvent(context, jsonObject);
Last updated
Was this helpful?