Search code examples
androidlandscapeadsinterstitialinmobi

inmobi landscape interstitial ads for android


Does anybody know how to make inmobi interstitial ads only landscape orientation for Android? I tried to send post request with parameter "d-orientation", but nothing happened.

Map<String, String> map = new HashMap<String, String>();
map.put("d-orientation", "3");
request.setRequestParams(map);

Solution

  • Answer from inmobi helpcenter: We currently do not support landscape orientation for interstitial ads.