public static final class SendTdiAuth.Resp extends SendAuth.Resp
BaseResp.ErrCode| Modifier and Type | Field and Description |
|---|---|
byte[] |
tdiAuthBuffer |
authResult, code, country, ERR_SCOPE_SNSAPI_WXAAPP_INFO_CAN_ONLY_AUTHORIZED_SEPARATELY, lang, state, urlerrCode, errStr, openId, transaction| Constructor and Description |
|---|
Resp(android.os.Bundle data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgs()
Check parameters of this response
检查该响应各个参数的合法性
|
void |
fromBundle(android.os.Bundle data)
Deserialize response data in Bundle
从Bundle中反序列化响应数据
|
int |
getType()
Return type ID of the current response.
|
void |
toBundle(android.os.Bundle data)
Serialize responses in Bundle
将响应序列化到Bundle中
|
public void fromBundle(android.os.Bundle data)
BaseRespfromBundle in class SendAuth.Respdata - public void toBundle(android.os.Bundle data)
BaseResptoBundle in class SendAuth.Respdata - public int getType()
BaseRespgetType in class SendAuth.Resppublic boolean checkArgs()
BaseRespcheckArgs in class SendAuth.Resp