addParameter

open override fun addParameter(pair: Pair<String, String>)

Adds a pair of strings to the parameters list.

This function takes a pair of strings as a parameter and adds it to the parameters list using the add method. The pair should not be null or empty. The function does not return anything.

Parameters

pair

a pair of strings that represent a global parameter.