05. Flutter-Plugin Guide
Last updated
Last updated
After issuing the app key, configure the <meta-data/>
in the AndroidManifest.xml of the Flutter Android Module.
The app must initialize ONEAdMax before loading ads.
ONEAdMax.initialize()
should be executed only once during the initial setup.
Release the resources (View, Memory) allocated in memory when the application is closed.
You can expose detailed logs for ONEAdMax during development. (Default: false)
To comply with the EU's GDPR (General Data Protection Regulation), add the following API. Please call this API only for users who require GDPR consent. (Default: true)
To comply with the COPPA (Children's Online Privacy Protection Act), add the following API. For the devices where this is set, all ad requests for any ad type will be treated as "No ad." (Default: false)
This is a reward-based video ad. When the video ad finishes, the completion information is sent via the Complete event callback.
This is an ad that covers the entire screen of the app. Once completed or interrupted by the user, the app's screen will be displayed.
This displays a rectangular ad that occupies part of the app's screen. You can set the position and time to automatically refresh the ad.
This is an ad type similar to video ads, but without offering rewards.
Flutter
3.22.3
Java SDK (JAva 11)
ONEAdMax : v1.2.1