Skip to content

Instantly share code, notes, and snippets.

@opheron
Created October 10, 2018 17:11
Show Gist options
  • Save opheron/3cf173d8fab1fe79d2413e5a62dd3e2a to your computer and use it in GitHub Desktop.
Save opheron/3cf173d8fab1fe79d2413e5a62dd3e2a to your computer and use it in GitHub Desktop.
public SpotXAdRequest initAdRequest(){
SpotXAdRequest request = new SpotXAdRequest(activity.getString(R.string.spotxapi));
request.channel = activity.getString(R.string.spotxdomainid);
Spotx.debugMode = true;
request.putParam("devicetype", 7);
request.putParam("custom_skin", 0);
return request;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment