DataCollector
class DataCollector @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(braintreeClient: BraintreeClient, magnesInternalClient: MagnesInternalClient = MagnesInternalClient(), uuidHelper: UUIDHelper = UUIDHelper())
PayPalDataCollector is used to collect PayPal specific device information to aid in fraud detection and prevention.
Constructors
Link copied to clipboard
Initializes a new DataCollector instance
constructor(braintreeClient: BraintreeClient, magnesInternalClient: MagnesInternalClient = MagnesInternalClient(), uuidHelper: UUIDHelper = UUIDHelper())
Functions
Link copied to clipboard
fun collectDeviceData(context: Context, request: DataCollectorRequest, callback: DataCollectorCallback)
Collects device data for PayPal APIs.