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
- Available extensions
Constructors
- FingerprintJSProResponse(String requestId, String visitorId, ConfidenceScore confidenceScore, String? sealedResult)
- Default constructor
- 
          FingerprintJSProResponse.fromJson(Map<String, dynamic> json, String requestId, num confidence, String? sealedResult)
- 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
- sealedResult → String?
- 
  Sealed result, which is an encrypted content of the /eventsServer API response for this requestId, encoded in base64. The field will miss if Sealed Results are disabled or unavailable for another reason.final
- 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