setCustomParameters

fun setCustomParameters(parameters: HashMap<String, String>, appId: String? = null)

Set custom parameters for given AppID.

Parameters

parameters

Custom parameters. Each key must be in the following format: "custom_paramx" where x is a number between 1-10..

appId

The AppID to associate the policy with. Ignore this param if you use only one AppID.