setCustomParameters

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

Set custom parameters for the given AppID.

Parameters

parameters

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

appId

The AppID to associate the policy with. If you use only one AppID, you may pass null.