public static class LaunchFromWX.Resp extends BaseResp
BaseResp.ErrCode
errCode, errStr, openId, transaction
构造器和说明 |
---|
LaunchFromWX.Resp()
Build an empty response 构造空响应 |
LaunchFromWX.Resp(android.os.Bundle data)
Generate response object from Bundle data 从Bundle数据生成响应对象 |
限定符和类型 | 方法和说明 |
---|---|
boolean |
checkArgs()
Check parameters of this response
检查该响应各个参数的合法性 |
int |
getType()
Return type ID of the current response.
|
fromBundle, toBundle
public LaunchFromWX.Resp()
public LaunchFromWX.Resp(android.os.Bundle data)
data
- public int getType()
BaseResp