Questions tagged [capture-sdk]

Capture SDK by Socket Mobile enables professional grade barcode scanning in iOS, Android and Windows applications. The SDK provides bi-directional communication between the application and dedicated, high performance data capture devices.

3 questions
0
votes
1 answer

Capture SDK set beep and vibrate properties

Need to understand the proper settings behind the BEEP and VIBRATE settings using the Capture SDK. When setting the DEVICE_RUMBLE_CONFIG to 1 or 0 it seems I get an error and nothing is changed. Same issue with DEVICE_SOUND_CONFIG. if…
Mark
  • 190
  • 1
  • 11
0
votes
1 answer

Capture SDK request battery level not working

Need some help with the new Capture SDK for Android. I'm using the following code on an activity. Capture.builder(getApplicationContext()) .enableLogging(BuildConfig.DEBUG) .appKey(appKey) …
Mark
  • 190
  • 1
  • 11
0
votes
1 answer

how to integrate socket mobile scanner with android app and retrieve results

I need to integrate socket mobile Bluetooth scanner on my android app.. i tried there SDK they prescribed in their site https://docs.socketmobile.com/capture/java/en/latest/getting-started.html but its not getting the scanned result. and this is my…