2.12 群创科技接入广播模式 中山市古镇人民医院 蒋凡 接入广播模式
This commit is contained in:
@ -10,6 +10,7 @@ package chaoran.business;
|
||||
|
||||
public enum BrandEnum {
|
||||
//枚举名即为valueOf()
|
||||
HORIEMTECH("群创科技", "Horiemtech"),
|
||||
QUALCOMM("qualcomm", "qualcomm"),
|
||||
IOT_DEVICE("新大陆", "iot_device"),
|
||||
NEW_LAND("新大陆", "newland"),
|
||||
|
||||
@ -182,6 +182,9 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
|
||||
case QUALCOMM:
|
||||
adapter = new QualcommAdapter(this, this);
|
||||
break;
|
||||
case HORIEMTECH:
|
||||
adapter = new HoriemtechAdapter(this, this);
|
||||
break;
|
||||
default:
|
||||
adapter = new DefaultAdapter(this, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user