AppLovin / AppLovin-MAX-Cordova

MIT License
10 stars 12 forks source link

Small error in Example #10

Closed eltonnobrega closed 2 years ago

eltonnobrega commented 2 years ago

Hi, how are you? While making the addon for construct 3 I found a small error in the example code: All occurrences of addEventListener onMRecAd... should start in uppercase: OnMRecAd...

Example: window.addEventListener('onMRecAdLoadedEvent' Must be changed to: window.addEventListener('OnMRecAdLoadedEvent'

thomasmso commented 2 years ago

Appreciate it @eltonnobrega, I've fixed it in the latest commit.