Package-level declarations

Types

Link copied to clipboard
data class NetworkRequest(val method: HTTPMethod, var url: String, val customHeader: Map<String, String>, val customData: Any, val fieldsIgnore: Boolean, val fileIgnore: Boolean, val format: VGSHttpBodyFormat, val requestTimeoutInterval: Long, val requiresTokenization: Boolean)
Link copied to clipboard
data class NetworkResponse(val isSuccessful: Boolean = false, val body: String? = null, val code: Int = -1, val message: String? = null, val error: VGSError? = null)
Link copied to clipboard
abstract class VGSBaseRequest

Base class for building configuration requests in VGS Collect SDK .

Link copied to clipboard
Link copied to clipboard

Class to collect data before submit.

Link copied to clipboard
sealed class VGSResponse

The base class definition for a VGSCollect response states.

Functions

Link copied to clipboard