-
public interface IGetQRDeviceInfoCallBack
The interface Get qr device info callback.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(QRDeviceInfoBean infoBean)
On success. abstract void
onError(String code, String error)
On error. -
-
Method Detail
-
onSuccess
abstract void onSuccess(QRDeviceInfoBean infoBean)
On success.
- Parameters:
infoBean
- the qr device info bean QRDeviceInfoBean
-
onError
abstract void onError(String code, String error)
On error.
- Parameters:
code
- the error codeerror
- the error message
-
-
-
-