Skip to content

custom indices logic

Compare
Choose a tag to compare
@clockbyte clockbyte released this 18 Jul 12:37

*WHATS NEW *

  1. Now you are able to inject your own indices logic to adapter wrapper. Just inherit from AdmobAdapterCalculator and pass your implementation to the method adapterWrapper.setAdapterCalculator(...).
  2. Ads express size issue was fixed, now you should set it from code (see Recipe 3 in our Cookbook).
  3. An ability to set custom index of the first ad block was implemented
  4. the method setTestDeviceId() is marked as deprecated, please use addTestDeviceId() instead