public static class LaunchFromWX.Resp extends BaseResp
BaseResp.ErrCodeerrCode, errStr, openId, transaction| Constructor and Description |
|---|
Resp()
Build an empty response 构造空响应
|
Resp(android.os.Bundle data)
Generate response object from Bundle data 从Bundle数据生成响应对象
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgs()
Check parameters of this response
检查该响应各个参数的合法性
|
int |
getType()
Return type ID of the current response.
|
fromBundle, toBundlepublic Resp()
public Resp(android.os.Bundle data)
data - public int getType()
BaseResp