智能客服
你问我答,随时在线为你解决问题
Class Info |
|---|
public static class Creator 用于创建HmsScanAnalyzer的内部Creator类。 |
Qualifier and Type | Method Name and Description |
|---|---|
create() HmsScanAnalyzer创建函数。 | |
HmsScanAnalyzer.Creator | setHmsScanTypes(HmsScanAnalyzerOptions options) 设置扫描所有条码类型。 |
HmsScanAnalyzer.Creator | setHmsScanTypes(int format, int… otherFormats) 设置扫描条码类型。 |
Method |
|---|
public Creator() Creator类的无参构造方法。 |
Constructor |
|---|
public Creator(Context context) Creator类的参数构造方法。 |
Parameters
Name | Description |
|---|---|
context | 上下文。 |
Method |
|---|
public HmsScanAnalyzer create() HmsScanAnalyzer创建函数。 |
Returns
Type | Description |
|---|---|
用于创建HmsScanAnalyzer类实例。 |
Method |
|---|
public HmsScanAnalyzer.Creator setHmsScanTypes(HmsScanAnalyzerOptions options) 设置扫描所有条码类型。 |
Parameters
Name | Description |
|---|---|
options | 设置扫描条码类型操作类。 |
Returns
Type | Description |
|---|---|
HmsScanAnalyzer.Creator | 返回用于创建HmsScanAnalyzer的内部Creator类实例。 |
Method |
|---|
public HmsScanAnalyzer.Creator setHmsScanTypes(int format, int… otherFormats) 设置扫描条码类型。 |
Parameters
Name | Description |
|---|---|
format | 条码类型。 |
otherFormats | 条码类型。 |
Returns
Type | Description |
|---|---|
HmsScanAnalyzer.Creator | 返回用于创建HmsScanAnalyzer的内部Creator类实例。 |