interface AdVerification {
    getParameters(): string;
    getResources(): Resource[];
    getVendor(): string;
}

Methods

Generated using TypeDoc