FingerprintJSOptions class

Options that need to load JS Agent

Annotations

Constructors

FingerprintJSOptions({String apiKey, List<String> integrationInfo})
factory

Properties

apiKey String
Public API key
no setter
endpoint String?
Your custom API endpoint for getting visitor data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrationInfo List<String>
Information about libraries and services used to integrate the JS agent. Each array item means a separate integration, the order doesn't matter. An example of an integration library is FingerprintJS Pro React.
no setter
region String?
Region of the FingerprintJS service server
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptUrlPattern String?
A JS agent script URL pattern.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited