VGSCollect
VGS Collect allows you to securely collect data and files from your users without having to have them pass through your systems. Entry-point to the Collect SDK.
Since
1.0.0
Constructors
Types
Functions
This method adds a listener whose methods are called whenever VGS secure fields state changes.
Adds a listener to the list of those whose methods are called whenever the VGSCollect receive response from Server.
This method executes and send data on VGS Server.
Allows VGS secure fields to interact with VGSCollect and collect data from this source.
Clear all response listeners attached before.
The method sends data on VGS Server for create aliases.
Returns the states of all fields bound before to VGSCollect.
Return instance for managing attached files to request.
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode is returned, and any additional data for VGSCollect. Preferably call it inside onActivityResult system's callback.
Clear specific listener attached before.
Reset all static custom data which added before. This method has no impact on all custom data that were added with VGSRequest
Reset all static headers which added before. This method has no impact on all custom data that were added with VGSRequest
If you want to disable collecting analytics from VGS Collect SDK, you can set the value to false. This helps us to understand which areas require improvements. No personal information is tracked.
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.
It collects headers that will be sent to the server. This is static headers that are stored and attach for all requests until @resetCustomHeaders method will be called.
This method executes and send data on VGS Server. It could be useful if you want to handle multithreading by yourself. Do not use this method on the UI thread as this may crash.
This suspend method executes and send data on VGS Server on IO dispatcher.
The method sends data on VGS Server for tokenization.
Allows to unsubscribe from a View updates.