1.16 -> 1.17
Breaking Changes
CONFIDENCE_LOW, CONFIDENCE_MID, CONFIDENCE_HIGH
Migrating Your Code
Updating Callback interface with a lambda function
import com.intellimec.mobile.android.common.Callback// SDK 1.16 Callback<T> // SDK 1.17 (T) -> Unit)
Updating ResultCallback interface with a lambda function
Accessing members from MonitorCallbacks
Last updated