DataCollectorResult

sealed class DataCollectorResult

Result of collecting device data for fraud detection

Inheritors

Types

Link copied to clipboard

There was an error during device data collection

Link copied to clipboard
class Success(val deviceData: String) : DataCollectorResult

The device information was collected for fraud detection. Send deviceData to your server