UserDetectionStatus enum
Possible values for the real user indicator.
Values
- unsupported → const UserDetectionStatus
-
The system can’t determine this user’s status as a real person.
- unknown → const UserDetectionStatus
-
The system hasn’t determined whether the user might be a real person.
- likelyReal → const UserDetectionStatus
-
The user appears to be a real person.
Properties
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
Constants
-
values
→ const List<
UserDetectionStatus> - A constant List of the values in this enum, in order of their declaration.