Method EnableTestAds
EnableTestAds(List<TestDevice>)
Opts this session into test ads. Call before InitializeAsync(AppLovinModuleConfig) 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 advertising identifier (IDFA on iOS, GAID on Android) reported in the MAX Mediation Debugger on first run. Typically sourced from Firebase Remote Config.