Interface AttributionNoticePageGenerator

interface AttributionNoticePageGenerator {
    generatePage(dialog: any): AttributionNoticePageLayout;
}

Implemented by

Methods

Methods