STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.geolocation
/
GeolocationError
/
ErrorCode
Error
Code
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ErrorCode
Content copied to clipboard
Inherited functions
Properties
Properties
BACKGROUND_LOCATION_PERMISSION_NOT_ALLOWED
Link copied to clipboard
val
BACKGROUND_LOCATION_PERMISSION_NOT_ALLOWED
:
Int
Content copied to clipboard
The background location permission is not granted by the user
CHANGE_TRACKING_DEVICE_LOCATION_NOT_ALLOWED
Link copied to clipboard
val
CHANGE_TRACKING_DEVICE_LOCATION_NOT_ALLOWED
:
Int
Content copied to clipboard
The user is not allowed to change the tracking location status
DEFAULT_ERROR
Link copied to clipboard
val
DEFAULT_ERROR
:
Int
Content copied to clipboard
An unknown error has occurred
EMPTY_PARTICIPANT_TO_TRACK
Link copied to clipboard
val
EMPTY_PARTICIPANT_TO_TRACK
:
Int
Content copied to clipboard
The list of participants is empty or null
EMPTY_RESULT
Link copied to clipboard
val
EMPTY_RESULT
:
Int
Content copied to clipboard
An empty result has returned by the request
EMPTY_USER_LIST
Link copied to clipboard
val
EMPTY_USER_LIST
:
Int
Content copied to clipboard
The passed list of users is null or empty.
LOCATION_PERMISSION_NOT_ALLOWED
Link copied to clipboard
val
LOCATION_PERMISSION_NOT_ALLOWED
:
Int
Content copied to clipboard
The location permission is not granted by the user (coarse + fine + background are required)
NO_CONNECTION_ERROR
Link copied to clipboard
val
NO_CONNECTION_ERROR
:
Int
Content copied to clipboard
Connection problem
REQUEST_FAILED
Link copied to clipboard
val
REQUEST_FAILED
:
Int
Content copied to clipboard
If tracking request is failed to send
SYSTEM_SETTING_LOCATION_NOT_ALLOWED
Link copied to clipboard
val
SYSTEM_SETTING_LOCATION_NOT_ALLOWED
:
Int
Content copied to clipboard
The location system settings in disabled
TRACKING_DEVICE_LOCATION_FEATURE_NOT_ALLOWED
Link copied to clipboard
val
TRACKING_DEVICE_LOCATION_FEATURE_NOT_ALLOWED
:
Int
Content copied to clipboard
The tracking device feature is not allowed from the backend
TRACKING_PARTICIPANT_NOT_ALLOWED
Link copied to clipboard
val
TRACKING_PARTICIPANT_NOT_ALLOWED
:
Int
Content copied to clipboard
User not allowed to track these participants
UNAVAILABLE_ADDRESS
Link copied to clipboard
val
UNAVAILABLE_ADDRESS
:
Int
Content copied to clipboard
The requested address for the specified position is not available
UNKNOWN_USERS
Link copied to clipboard
val
UNKNOWN_USERS
:
Int
Content copied to clipboard
The passed list of users contains one or more unknown users.
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard