IdentificationResult 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
Annotations
  • @JS()
  • @anonymous

Constructors

IdentificationResult()

Properties

confidence IdentificationResultConfidenceScore
A confidence score that tells how much the agent is sure about the visitor identifier
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestId String
The current request identifier. It's different for every request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sealedResult String?
Sealed result, which is an encrypted content of the /events Server API response for this requestId, encoded in base64. The field will miss if Sealed Results are disabled or unavailable for another reason.
getter/setter pair
visitorFound bool
If true, this visitor was found and visited before. If false, this visitor wasn't found and probably didn't visit before.
getter/setter pair
visitorId String
The visitor identifier
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