标签: actionscript-3 air admob adobe ane
我使用以下AdMob Air本机扩展程序:https://github.com/pozirk/ANEAdMob
我需要按照google中的说明实施广告内容过滤器:
Bundle extras = new Bundle(); extras.putString("max_ad_content_rating", "G");
如何通过此扩展名在as3中执行此操作?