| | |
| | | public final static int VIEW_TYPE_SMALLVIDEO = 2; |
| | | public final static int VIEW_TYPE_VIDEO = 3; |
| | | |
| | | private final String YOUR_APP_ID = "fc4e132a"; // 双引号中填写自己的APPSID |
| | | private String YOUR_APP_ID = "fc4e132a"; // 双引号中填写自己的APPSID |
| | | private List<IBasicCPUData> nrAdList = new ArrayList<IBasicCPUData>(); |
| | | private NativeCPUManager mCpuManager; |
| | | private int mChannelId = 1001; // 默认娱乐频道 |
| | |
| | | viewType = bundle.getInt("viewType"); |
| | | bundle.clear(); |
| | | mChannelId = item.getId(); |
| | | |
| | | YOUR_APP_ID = getString(R.string.baidu_app_id); |
| | | mCpuManager = new NativeCPUManager(getContext(), YOUR_APP_ID, this); |
| | | /** |
| | | * 可选设置: 设置暗黑模式或调整内容详情页的字体大小 |