preplayParameters

fun preplayParameters(parameters: <Error class: unknown class><String, String>): <Error class: unknown class>

Sets the preplay parameters.

  • Each entry of the map contains the parameter name with associated value.

  • The parameters keep their order as it's maintained by LinkedHashMap.

Parameters

parameters

The parameters set for the Uplynk Platform API configuration. Example:

linkedMapOf("ad" to "exampleAdServer")