Skip to content

Instantly share code, notes, and snippets.

@opheron
Created October 10, 2018 17:12
Show Gist options
  • Save opheron/8b37080e6cc2d9520e32d10c72706957 to your computer and use it in GitHub Desktop.
Save opheron/8b37080e6cc2d9520e32d10c72706957 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);
request.putParam("secure_response", 0);
return request;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment