@AGulev
I have been using 3.7.2 for a while, and was hoping to update to 4.x.
I see the breaking changes in the callback, and was hoping you could tell me something: when there are errors, such as EVENT_SDK_ERROR
, is message.placement_id
still available? Looking at the new Java code, I’m not sure.
Previously I was able to detect when a placement failed to load or was unavailable, and want to ensure I can still do that. In particular, this is handy for rewarded video ads, so I can update the GUI button to show an error state when necessary.