Skip to content

Commit

Permalink
docs: Fix missing parameter in "Monetization with Ads" tutorial (#7694)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Nov 29, 2024
1 parent f6b7a41 commit 5fe303d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/ad_monetization.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ adManager.addCustomInterstitial({
mimeType: null,
isSkippable: true,
skipOffset: 10,
skipFor: null,
canJump: false,
resumeOffset: null,
playoutLimit: null,
Expand Down Expand Up @@ -176,6 +177,7 @@ adManager.addCustomInterstitial({
mimeType: null,
isSkippable: true,
skipOffset: 10,
skipFor: null,
canJump: false,
resumeOffset: null,
playoutLimit: null,
Expand Down

0 comments on commit 5fe303d

Please sign in to comment.