We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bbf695 + f11966d commit 4533241Copy full SHA for 4533241
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gamedistribution.com/html5-sdk",
3
- "version": "1.5.97",
+ "version": "1.5.98",
4
"author": "GameDistribution.com",
5
"description": "GameDistribution.com HTML5 SDK",
6
"url": "https://gamedistribution.com",
src/main.js
@@ -1350,8 +1350,10 @@ class SDK {
1350
return new Promise(async (reject, resolve) => {
1351
try {
1352
this.adInstance.cancel();
1353
+ this.onResumeGame("Advertisement(s) are cancelled. Start / resume the game.", "success");
1354
resolve();
1355
} catch (error) {
1356
1357
reject(error.message);
1358
}
1359
});
0 commit comments