-
public interface IGetQRDeviceInfoCallBackThe interface Get qr device info callback.
-
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess(QRDeviceInfoBean infoBean)On success. abstract voidonError(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
-
-
-
-