StartStatus
Deprecated
Use DetectionStatus
instead.
Represents the detection status of the SDK.
NOT_STARTED
PENDING
The enclosing app requested the start of SDK detections, but it could not be completed (e.g. because the user is not enabled on the Sentiance API, permissions are not granted, or location settings are invalid). When the underlying issues are resolved, the detections will start automatically.
STARTED
The SDK detections are successfully started after the enclosing app has called start()
.
START_EXPIRED
The SDK start request expired on the date specified when calling start(Date, OnStartFinishedhandler)
. Detections are no longer running.
Last updated