public static class WXJointPay.JointPayResp extends PayResp
BaseResp.ErrCodeerrCode, errStr, openId, transaction| Constructor and Description |
|---|
JointPayResp() |
JointPayResp(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 JointPayResp()
public JointPayResp(android.os.Bundle data)
public void toBundle(android.os.Bundle data)
BaseResppublic void fromBundle(android.os.Bundle data)
BaseRespfromBundle in class PayRespdata - public int getType()
BaseResp