Table of Contents

Method EnableTestAds

Namespace
Titipi.MocaLib2

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

devices List<TestDevice>

Devices that will receive test ads. Each entry has a human-readable Name and the device Id reported in logcat on first run. Typically sourced from Firebase Remote Config.