Interface IAdInformation

interface IAdInformation {
    adDisplayContainer: HTMLElement;
    adTagUrl: string;
}

Implemented by

Properties

adDisplayContainer: HTMLElement
adTagUrl: string

Generated using TypeDoc