Closed rafaellop closed 7 years ago
The "LOADED" type is not what the plugin gets from the SDK. "AVAILABLE" type is the correct one and tested to be working properly.
This may have been the case before, but looks like it is no longer true, sorry for the confusion:
https://github.com/Heyzap/heyzap-cordova/blob/c8fdc2f9aab4fcdeed0f3f284e6f200c0a45b9d7/src/ios/CDVBasePlugin.m#L135
https://github.com/Heyzap/heyzap-cordova/blob/c8fdc2f9aab4fcdeed0f3f284e6f200c0a45b9d7/src/android/com/heyzap/cordova/ads/CDVListener.java#L57
The "LOADED" type is not what the plugin gets from the SDK. "AVAILABLE" type is the correct one and tested to be working properly.