registerRequest

abstract fun registerRequest(requestName: String, data: Map<String, String>)

Registers the request using the name as an ID.

Parameters

name

Name of the request.

data

All the data that should be included in the analyser about the request.