MobileHealthData class
Constructors
- MobileHealthData.new({required bool isGooglePlayServicesMissing, required String brand, required String device, required String manufacturer, required String sdKstartStatus, required String androidsdkVersion, required String appVersion, required bool canDetect, required String diskQuotaStatus, required bool isAccelPresent, required bool isActivityRecognitionPermGranted, required bool isAirplaneModeEnabled, required bool isBackgroundProcessingRestricted, required bool isBatteryOptimizationEnabled, required bool isBatterySavingEnabled, required bool isGpsPresent, required bool isGyroPresent, required bool isLocationAvailable, required bool isLocationPermGranted, required bool isRemoteEnabled, required String locationSetting, required String mobileQuotaStatus, required String modelName, required int osVersion, required String installId, required String sentianceUserId, required String sdkUserId, required String wifiQuotaStatus})
-
MobileHealthData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- androidsdkVersion → String
-
final
- appVersion → String
-
final
- brand → String
-
final
- canDetect → bool
-
final
- device → String
-
final
- diskQuotaStatus → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- installId → String
-
final
- isAccelPresent → bool
-
final
- isActivityRecognitionPermGranted → bool
-
final
- isAirplaneModeEnabled → bool
-
final
- isBackgroundProcessingRestricted → bool
-
final
- isBatteryOptimizationEnabled → bool
-
final
- isBatterySavingEnabled → bool
-
final
- isGooglePlayServicesMissing → bool
-
final
- isGpsPresent → bool
-
final
- isGyroPresent → bool
-
final
- isLocationAvailable → bool
-
final
- isLocationPermGranted → bool
-
final
- isRemoteEnabled → bool
-
final
- locationSetting → String
-
final
- manufacturer → String
-
final
- mobileQuotaStatus → String
-
final
- modelName → String
-
final
- osVersion → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdKstartStatus → String
-
final
- sdkUserId → String
-
final
- sentianceUserId → String
-
final
- wifiQuotaStatus → String
-
final
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