Package org.prebid.mobile
Class ParametersMatcher
-
- All Implemented Interfaces:
public class ParametersMatcherInternal class for comparing parameters in adapters.
-
-
Constructor Summary
Constructors Constructor Description ParametersMatcher()
-
Method Summary
Modifier and Type Method Description static booleandoParametersMatch(String serverParametersJsonString, HashMap<String, String> prebidParameters)static booleandoParametersMatch(Bundle serverParametersBundle, HashMap<String, String> prebidParameters)static booleandoParametersMatch(HashMap<String, String> serverParameters, HashMap<String, String> prebidParameters)-
-
Method Detail
-
doParametersMatch
static boolean doParametersMatch(String serverParametersJsonString, HashMap<String, String> prebidParameters)
-
doParametersMatch
static boolean doParametersMatch(Bundle serverParametersBundle, HashMap<String, String> prebidParameters)
-
-
-
-