Fetch the repository succeeded.
Scanner 是PDA扫码识别sdk
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.gitee.zhzephi:scanner:v1.0.0'
}
//添加监听
Scanner.instance.get().observe(this, {
Log.d("barcode",it)
})
//移除监听
Scanner.instance.get().removeObserver(observer)
Sign in for post a comment
Comments ( 0 )