public class TuneAdParams extends Object
Modifier and Type | Field and Description |
---|---|
int |
adHeightLandscape |
int |
adHeightPortrait |
int |
adWidthLandscape |
int |
adWidthPortrait |
boolean |
debugMode |
Constructor and Description |
---|
TuneAdParams(String placement,
MATParameters params,
TuneAdMetadata metadata,
TuneAdOrientation orientation,
int lastOrientation) |
public boolean debugMode
public int adWidthPortrait
public int adHeightPortrait
public int adWidthLandscape
public int adHeightLandscape
public TuneAdParams(String placement, MATParameters params, TuneAdMetadata metadata, TuneAdOrientation orientation, int lastOrientation)
public JSONObject toJSON()
public void setRefs(JSONObject refs)
public JSONObject getRefs()