5. SDK Status Updates
Sentiance.getInstance(this).setSdkStatusUpdateListener { status ->
// Check status.detectionStatus to determine whether detections are
// running, and if not, check the various status fields to see what
// might be blocking the detections.
}Last updated