Integration Helper for Flutter
Use the LevelPlay.validateIntegration() method to confirm successful integration of the LevelPlay SDK and all additional adapters in your Flutter app.
Read time 1 minuteLast updated 2 days ago
The LevelPlay SDK provides an easy way to verify that you've successfully integrated the LevelPlay SDK and any additional adapters; it also makes sure all required dependencies and frameworks were added for the various mediated ad networks.
Integration Helper Method
After you have finished your integration, call the following static method and confirm that all networks you have implemented are marked as VERIFIED:After you've successfully verified your integration, remove the integration helper from your code.LevelPlay.validateIntegration();