withQueryParameters
Appends additional parameters to AdswizzAdRequest. (Optional)
All key value pairs will be URL encoded by the AdswizzSDK.
The resulted AdRequest will contain unique query parameters, in case of collisions, all the existing keys will be overridden with the values from parameters map.
Note: Should be only used at the recommendation of Adswizz. Providing URL-encoded parameters (e.g. mapOf("myCustomKeyParam1" to "my%20custom%20value1")) will result in double encoding.
parameters: unencoded key value pairs to be inserted into ad request. E.g: mapOf("myCustomKeyParam1" to "my custom value1")
return same builder object
Since
8.2.1