setCustomData

fun setCustomData(data: Map<String, Any>?)

It collect custom data which will be send to server. This is static custom data that are stored and attach for all requests until resetCustomData method will be called.

Parameters

data

The Map to save for request.