Skip to content

DefVideoADS 4.0.0

Compare
Choose a tag to compare
@AGulev AGulev released this 04 Jul 19:39
· 80 commits to master since this release
531b00b

BREAKING CHANGES:

  • Lua style API with underlines (for example unityads.is_ready(placement_id) intend of unityads.isReady(placementId))
  • New callback format with message_id and message.event and better error handling

NEW:

  • New parameter enable_per_placement_load in unityads.initialize() - this parameter allows loading content for a specific Placement prior to displaying it using load(placement_id) method
  • New unityads.load(placement_id) method for loading ads manually (works only if enable_per_placement_load is true)
  • New unityads.request_idfa() method to request showing of IDFA popup on iOS before initialization of SDK. On Android it always fires callback with MSG_IDFA/EVENT_NOT_SUPPORTED