public interface OAuthListener
限定符和类型 | 方法和说明 |
---|---|
void |
onAuthFinish(OAuthErrCode errCode,
java.lang.String authCode) |
void |
onAuthGotQrcode(java.lang.String qrcodeImgPath,
byte[] imgBuf) |
void |
onQrcodeScanned() |
void onAuthGotQrcode(java.lang.String qrcodeImgPath, byte[] imgBuf)
void onQrcodeScanned()
void onAuthFinish(OAuthErrCode errCode, java.lang.String authCode)