AddRequestField Method
Adds a field to the data in the request.
Syntax
public fun addRequestField(name: String?, value: String?, valueType: Int)
Remarks
This method can be used to extend the requests constructed by the component. When this method is called, the component will add the specified field to the end of the request.