AdLoaderObject

The AdLoader object returned when loading the AdLoader module.

Methods

Methods

Name

Type (Returned)

Description

create (adConfig: AdConfig)

Promise<AdLoader>

Creates an ad loader. Returns a promise that, if successful, changes to the Resolved status with the AdLoader instance. Method parameters:

  • adConfig: AdConfig — ad loading configuration. Required parameter.
Previous