public class TuneAdCommon extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isInitialized |
TuneAdClient |
mClient |
Constructor and Description |
---|
TuneAdCommon() |
Modifier and Type | Method and Description |
---|---|
protected void |
changeView() |
protected void |
destroyAdViews() |
protected Context |
getAdContext() |
protected ExecutorService |
getAdThread() |
protected TuneAdView |
getAdView1() |
protected TuneAdView |
getAdView2() |
TuneAdClient |
getClient() |
protected Context |
getContext() |
static TuneAdCommon |
getInstance() |
protected ExecutorService |
getLogThread() |
protected TuneParameters |
getParams() |
protected void |
init(Context context,
String advertiserId,
String conversionKey) |
protected void |
setAdContext(Context context) |
protected void |
setAdView1(TuneAdView view) |
protected void |
setAdView2(TuneAdView view) |
public TuneAdClient mClient
protected boolean isInitialized
public static TuneAdCommon getInstance()
protected Context getAdContext()
protected void setAdContext(Context context)
public TuneAdClient getClient()
protected Context getContext()
protected ExecutorService getAdThread()
protected ExecutorService getLogThread()
protected TuneParameters getParams()
protected void changeView()
protected TuneAdView getAdView1()
protected void setAdView1(TuneAdView view)
protected TuneAdView getAdView2()
protected void setAdView2(TuneAdView view)
protected void destroyAdViews()