public interface OAuthListener
| Modifier and Type | Method and Description |
|---|---|
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)