MoveDeviceStatus
MOVE Models
Last updated
MOVE Models
Last updated
represents the current device's system permissions (for / ) and services status.
MoveDeviceStatus
OS
Type
isLocationGranted
A/iOS
Boolean
Indicates if system's location permission is granted.
isPreciseLocationGranted
A/iOS
Boolean
Indicates if location precision permission is granted (iOS 14), resp. If the location accuracy is high (Android / Google Play Services).
isMotionGranted
A/iOS
Boolean
Indicates if system's motion(iOS)/activity recognition (Android) permission is granted.
isGyroPresent
A/iOS
Boolean
Indicates if the device's gyroscope sensor is available.
isAccelerometerPresent
A/iOS
Boolean
Indicates if the device's accelerometer sensor is available.
isBackgroundPermissionGranted
A/iOS
Boolean
Indicates if system's background location permission is granted.
isOverlayGranted
A
Boolean
Indicates if system's overlay permission is granted.
isDistractionDetectionPossible
iOS
Boolean
isDrivingBehaviourPossible
iOS
Boolean
MoveDeviceStatus
OS
Type
isLocationGranted
A/iOS
Boolean
Indicates if system's location permission is granted.
isPreciseLocationGranted
A/iOS
Boolean
Indicates if location precision permission is granted (iOS 14), resp. If the location accuracy is high (Android / Google Play Services).
isMotionGranted
A/iOS
Boolean
Indicates if system's motion(iOS)/activity recognition (Android) permission is granted.
isGyroPresent
A/iOS
Boolean
Indicates if the device's gyroscope sensor is available.
isAccelerometerPresent
A/iOS
Boolean
Indicates if the device's accelerometer sensor is available.
isBackgroundPermissionGranted
A/iOS
Boolean
Indicates if system's background location permission is granted.
isOverlayGranted
A
Boolean
Indicates if system's overlay permission is granted.
isDistractionDetectionPossible
iOS
Boolean
isDrivingBehaviourPossible
iOS
Boolean
MoveDeviceStatus related
MoveDeviceStatusCallback (iOS only)
Indicates if all the permissions required for the Distraction detection service are granted. Check for more info.
Indicates if all the permissions required for the Driving behaviour service are granted. Check for more info.
Indicates if all the permissions required for the Distraction detection service are granted. Check for more info.
Indicates if all the permissions required for the Driving behaviour service are granted. Check for more info.
getDeviceStatus() (in / )
Gets the current .