You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@
10
10
*`Leaderboard.getPlayerScore` now only populates the `playerScore` property if the entry isn't `null`.
11
11
* If the `setScore` or `getPlayerScore` calls fail, it will return `null` as the score instance, instead of causing a run-time error.
12
12
* You can now pass an object or a string to `setScore` and objects will be automatically stringified.
13
+
* The `preloadAds` method will now only create an AdInstance object if the interstitial `loadSync` promise resolves.
14
+
* The `preloadVideoAds` method will now only create an AdInstance object if the interstitial `loadSync` promise resolves.
15
+
* The `preloadAds` method will now emit the `adsnofill` event, if there are no ads in the inventory to load.
16
+
* The `preloadVideoAds` method will now emit the `adsnofill` event, if there are no ads in the inventory to load.
17
+
* The `showAd` method will now emit the `adsnotloaded` event, if there are no ads loaded matching the given Placement ID.
18
+
* The `showVideo` method will now emit the `adsnotloaded` event, if there are no ads loaded matching the given Placement ID.
19
+
* Showing an ad will emit the `adfinished` event when the ad is closed, previously this event was called `showad` but the new name better reflects what has happened.
0 commit comments