05. Flutter-Plugin Guide
Development environment
Issue and apply the APP key.
<manifest>
...
<application>
...
<meta-data android:name="com.oneadmax.global.appkey" android:value="your app key"/>
</application>
</manifest>SDK Initialize
class _OneAdDemo extends ConsumerState<HomeDetailScreen> {
@override
Widget build(BuildContext context) {
ONEAdMax.initialize((bool isSuccess) {});
}
}Handle the process when the application is closed.
Set up logging.
Set up GDPR (General Data Protection Regulation)
Set up COPPA
Choose ad format
Rewarded Video ADs
5-1. Rewarded Video for FlutterInterstitial ADs
5-2. Interstitial Ads for FlutterBanner ADs
5-3. Banner Ads for FlutterInterstitial Video ADs (Non Reward)
5-4. ์ ๋ฉด ๋น๋์ค ๊ด๊ณ for Flutter (๋น๋ณด์ํ)Last updated