Method EnableTestAds
EnableTestAds(List<TestDevice>)
Opts this session into test ads. Call before InitializeAsync(AdMobModuleConfig) in development builds only. Remove this call before shipping.
public static void EnableTestAds(List<TestDevice> devices)
Parameters
devicesList<TestDevice>Devices that will receive test ads. Each entry has a human-readable
Nameand the deviceIdreported in logcat on first run. Typically sourced from Firebase Remote Config.