VGSBaseRequest

abstract class VGSBaseRequest

Base class for building configuration requests in VGS Collect SDK .

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val customData: Map<String, Any>

The Map to save for request.

Link copied to clipboard
abstract val customHeader: Map<String, String>

The headers to save for request.

Link copied to clipboard
abstract val fieldsIgnore: Boolean

contains true if need to skip data from input fields.

Link copied to clipboard
abstract val fileIgnore: Boolean

contains true if need to skip files.

Link copied to clipboard
Link copied to clipboard
abstract val method: HTTPMethod

HTTP method

Link copied to clipboard
abstract val path: String

path for a request

Link copied to clipboard
Link copied to clipboard
abstract val routeId: String?