05. Flutter-Plugin Guide
๊ฐ๋ฐ ๋ฒ์
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) {});
}
}์ดํ๋ฆฌ์ผ์ด์
์ข
๋ฃ
๋ก๊ทธ ์ค์
GDPR ์ค์
COPPA ์ค์
๊ด๊ณ ํ์ ์ ํํ๊ธฐ
Reward Video ADs
5-1. ๋ณด์ํ ๋น๋์ค ๊ด๊ณ for FlutterInterstitial ADs
5-2. ์ ๋ฉด ๊ด๊ณ for FlutterBanner ADs
5-3. ๋ฐฐ๋ ๊ด๊ณ ๊ตฌํํ๊ธฐInterstitial Video ADs (Non Reward)
5-4. ์ ๋ฉด ๋น๋์ค ๊ด๊ณ for Flutter (๋น๋ณด์ํ)Previous4-4. ์ ๋ฉด ๋น๋์ค ๊ด๊ณ for Unity (๋น๋ณด์ํ)Next5-1. ๋ณด์ํ ๋น๋์ค ๊ด๊ณ for Flutter
Last updated