Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 891 Bytes

primary-status-retrieval-v9.0.1.md

File metadata and controls

36 lines (26 loc) · 891 Bytes
layout title description keywords needAutoGenerateSidebar noTitleIndex permalink
default-layout
BarcodeReader Status Retrieval Methods - Dynamsoft Barcode Reader Android API Reference
This page shows BarcodeReader status retrieval methods of Dynamsoft Barcode Reader for Android SDK.
getVersion, status retrieval methods, BarcodeReader, api reference, android
true
true
/programming/android/api-reference/primary-status-retrieval-v9.0.1.html

Status Retrieval Methods

Method Description
getVersion Get version information of SDK.

getVersion

Get version information of SDK.

String getVersion()

Return Value

The version information string.

Code Snippet

BarcodeReader reader = new BarcodeReader();
String versionInfo = reader.getVersion();