---
layout: default-layout
title: BarcodeReaderModule Class - Dynamsoft Barcode Reader Android Edition
description: BarcodeReaderModule class of Dynamsoft Barcode Reader Android defines general methods in the barcode reader module.
keywords: barcode reader module, Android, get version
needAutoGenerateSidebar: true
needGenerateH3Content: true
breadcrumbText: BarcodeReaderModule
---

# BarcodeReaderModule

The `BarcodeReaderModule` class defines general methods of the barcode reader module.

## Definition

*Assembly:* DynamsoftCaptureVisionBundle.aar

*Namespace:* com.dynamsoft.dbr

```java
class BarcodeReaderModule
```

## Methods

| Method | Description |
| ------ | ----------- |
| [`getVersion`](#getversion) | Get the version of Dynamsoft Barcode Reader. |

## getVersion

Get the version of Dynamsoft Barcode Reader.

```java
static String getVersion()
```

**Return Value**

The version of Dynamsoft Barcode Reader.
