DefVideoADS 4.0.0
BREAKING CHANGES:
- Lua style API with underlines (for example
unityads.is_ready(placement_id)
intend ofunityads.isReady(placementId)
) - New callback format with
message_id
andmessage.event
and better error handling
NEW:
- New parameter
enable_per_placement_load
inunityads.initialize()
- this parameter allows loading content for a specific Placement prior to displaying it usingload(placement_id)
method - New
unityads.load(placement_id)
method for loading ads manually (works only ifenable_per_placement_load
istrue
) - 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