2.4 头条广告配置更新--新

旧版:

        JSONObject params = new JSONObject();
        try {
            params.put("app_name", "r2cnsdkdemo");
            params.put("toutiao_app_id", 150565);
        } catch (JSONException e) {
            e.printStackTrace();
        }

        RNSDK.init(this,params);

新版:

RNSDK.init(this);

Last updated

Was this helpful?