Interface NonLinearAdsObject

The nonlinear ad object to be made available through UI events.

interface NonLinearAdsObject {
    adData: NonLinearAdsData;
}

Properties

Properties

The corresponding nonlinear ad data object.

Generated using TypeDoc