Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MobileAds.initialize()
我们必须通过 Google Admob 在应用程序的所有活动中编写此代码还是仅在启动器活动中编写此代码?
无论您的应用中使用了多少 AdMob 帐户或 AdUnit,您只需拨打一个电话。
移动广告 SDK 需要几毫秒来初始化自身,并且 AdSDK 现在已经提供initialize(..)了在您调用第一个广告之前调用它的方法。完成后,您的第一个请求将不会增加任何加载时间。如果您不调用它,那么您的第一个 AdRequest 将多花几毫秒,因为它首先需要初始化自己。
initialize(..)