-
public class ParametersMatcherInternal class for comparing parameters in adapters.
-
-
Method Summary
Modifier and Type Method Description static booleandoParametersMatch(@Nullable() String serverParametersJsonString, @Nullable() HashMap<String, String> prebidParameters)static booleandoParametersMatch(@Nullable() Bundle serverParametersBundle, @Nullable() HashMap<String, String> prebidParameters)static booleandoParametersMatch(@Nullable() HashMap<String, String> serverParameters, @Nullable() HashMap<String, String> prebidParameters)-
-
Method Detail
-
doParametersMatch
static boolean doParametersMatch(@Nullable() String serverParametersJsonString, @Nullable() HashMap<String, String> prebidParameters)
-
doParametersMatch
static boolean doParametersMatch(@Nullable() Bundle serverParametersBundle, @Nullable() HashMap<String, String> prebidParameters)
-
-
-
-