AppLovin/AppLovin-MAX-Cordova

Small error in Example

eltonnobrega opened this issue · 1 comments

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'

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