inmobi landscape interstitial ads for android

789 Views Asked by At

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);
2

There are 2 best solutions below

0
On BEST ANSWER

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

1
On

You can use android:ScreenOrientation="landscape" for your respective activity.So that your activity is visible only in landscape mode.Hope this will be helpful to you.