public static final class WXLaunchMiniProgramWithToken.Resp extends BaseResp
BaseResp.ErrCode| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_INVALID_TOKEN
1`
the token is invalid
token无效
|
java.lang.String |
extMsg |
errCode, errStr, openId, transaction| 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 static final int ERR_INVALID_TOKEN
public java.lang.String extMsg
public void fromBundle(android.os.Bundle data)
BaseRespfromBundle in class BaseRespdata - public void toBundle(android.os.Bundle data)
BaseResppublic int getType()
BaseResp