FingerprintJSProResponse class

Result of getting a visitor id.

visitorId can be empty string when the visitor can't be identified. It happens only with bots and hackers that modify their browsers.

Implementers

Constructors

FingerprintJSProResponse.fromJsObject(dynamic jsObject)
Creates class instance from JavaScript object
FingerprintJSProResponse.fromJson(Map<String, dynamic> json, String requestId, num confidence)
Creates class instance from JSON Object that can be returned by Android or iOS agent, or can be a serialization result

Properties

confidenceScore ConfidenceScore
A confidence score that tells how much the agent is sure about the visitor identifier
final
hashCode int
The hash code for this object.
no setterinherited
requestId String
The current request identifier. It's different for every request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visitorId String
The visitor identifier
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
Serialize instance to JSON Object
toString() String
A string representation of this object.
override

Operators

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