Class DeviceFingerprintRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product
Assembly: connect-sdk-dotnet.dll
Syntax
public class DeviceFingerprintRequest
Properties
CollectorCallback
You can supply a JavaScript function call that will be called after the device fingerprint data collecting using the provided JavaScript snippet is finished. This will then be added to the snippet that is returned in the property html.
Declaration
public string CollectorCallback { get; set; }
Property Value
Type | Description |
---|---|
string |