public interface IGetQRCodeTokenCallback
The interface Get qr code token callback.
abstract void
onSuccess(String token)
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(String token)
On success.
token
abstract void onError(String code, String error)
On error.
code
error