| | |
| | | package com.weikou.beibeivideo.entity.ad; |
| | | |
| | | import com.bytedance.sdk.openadsdk.TTFeedAd; |
| | | import com.bytedance.sdk.openadsdk.TTNativeExpressAd; |
| | | import com.qq.e.ads.nativ.NativeExpressADView; |
| | | |
| | | //信息流原生广告容器 |
| | | public class ExpressAdContainer { |
| | | |
| | | TTNativeExpressAd csj; |
| | | TTFeedAd csj; |
| | | NativeExpressADView gdt; |
| | | |
| | | public ExpressAdContainer(TTNativeExpressAd csj) { |
| | | public ExpressAdContainer(TTFeedAd csj) { |
| | | this.csj = csj; |
| | | } |
| | | |
| | |
| | | this.gdt = gdt; |
| | | } |
| | | |
| | | public TTNativeExpressAd getCsj() { |
| | | public TTFeedAd getCsj() { |
| | | return csj; |
| | | } |
| | | |
| | | public void setCsj(TTNativeExpressAd csj) { |
| | | public void setCsj(TTFeedAd csj) { |
| | | this.csj = csj; |
| | | } |
| | | |