Method InitializeAsync
InitializeAsync(AdMobModuleConfig)
Initializes the Google Mobile Ads SDK and wires ad callbacks.
Call RequestBannerAd(), RequestInterstitialAd(), and RequestRewardedAd()
after this completes to begin loading each format.
Honors the Remote Config kill-switch: when Enabled is
false, returns false without starting the SDK — callers never need to check it.
public static Awaitable<bool> InitializeAsync(AdMobModuleConfig config)
Parameters
configAdMobModuleConfig
Returns
- Awaitable<bool>