IntelligenceResponse class
Constructors
-
IntelligenceResponse({String? requestId, List<
String> ? clientUserIds, List<String> ? sign3UserIds, bool? newDevice, String? deviceId, bool? vpn, bool? proxy, bool? emulator, bool? remoteAppProviders, int? remoteAppProvidersCount, bool? mirroredScreen, bool? cloned, bool? geoSpoofed, bool? rooted, String? ip, IPDetails? ipDetails, bool? hooking, bool? factoryReset, bool? appTampering, AllSimInfo? simInfo, GPSLocationData? gpsLocation, double? deviceRiskScore, double? sessionRiskScore, Map<String, String> ? additionalData}) -
IntelligenceResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
additionalData
↔ Map<
String, String> ? -
getter/setter pair
- appTampering ↔ bool?
-
getter/setter pair
-
clientUserIds
↔ List<
String> ? -
getter/setter pair
- cloned ↔ bool?
-
getter/setter pair
- deviceId ↔ String?
-
getter/setter pair
- deviceRiskScore ↔ double?
-
getter/setter pair
- emulator ↔ bool?
-
getter/setter pair
- factoryReset ↔ bool?
-
getter/setter pair
- geoSpoofed ↔ bool?
-
getter/setter pair
- gpsLocation ↔ GPSLocationData?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hooking ↔ bool?
-
getter/setter pair
- ip ↔ String?
-
getter/setter pair
- ipDetails ↔ IPDetails?
-
getter/setter pair
- mirroredScreen ↔ bool?
-
getter/setter pair
- newDevice ↔ bool?
-
getter/setter pair
- proxy ↔ bool?
-
getter/setter pair
- remoteAppProviders ↔ bool?
-
getter/setter pair
- remoteAppProvidersCount ↔ int?
-
getter/setter pair
- requestId ↔ String?
-
getter/setter pair
- rooted ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionRiskScore ↔ double?
-
getter/setter pair
-
sign3UserIds
↔ List<
String> ? -
getter/setter pair
- simInfo ↔ AllSimInfo?
-
getter/setter pair
- vpn ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited