public static interface QRCodeDecoder.Delegate
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onDecodeQRCodeFailure()
解析二维码失败
|
void |
onDecodeQRCodeSuccess(String result)
解析二维码成功
|
void onDecodeQRCodeSuccess(String result)
result - 从二维码中解析的文本,如果该方法有被调用,result不会为空void onDecodeQRCodeFailure()