Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The analytics custom data used for analytics events that are related to ads lifecycle

Link copied to clipboard

The programmatic access library nonce handler

Link copied to clipboard

The url on which the request will be made

Functions

Link copied to clipboard

Builds an AdRequest object
return a valid AdRequest object
throws SDKError: a missing url error if it was not provided

Link copied to clipboard

Set custom analytics data used for analytics events that are related to ads lifecycle. Optional.
analyticsCustomData custom parameters to add to AnalyticsEvent
return same builder object

Link copied to clipboard

Set the programmatic access library nonce handler. Optional.
palNonceHandler object that is a mirror of pal sdk's NonceManager
return same builder object

Link copied to clipboard

Set the url on which the request will be made. Mandatory.
urlString url string
return same builder object