StartStatus
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
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