AdResponseBundle
A class that includes both AdResponse and the full JSON response received from the ad server.
An instance of this class is used in the AdRenderer.configure method, and can be useful for custom renderers. You can use it to build your own renderers based on AdResponse, or you can get only the keys you need from the passed JSON string.
See also
Constructors
Link copied to clipboard
Creates an AdResponseBundle instance. You can use this constructor for testing. Normally you do not need to use it.