public static class JumpToBizWebview.Req extends BaseReq
| 限定符和类型 | 字段和说明 |
|---|---|
java.lang.String |
extMsg
The extra info message, The length should be within 1KB
携带的额外信息,长度不能超度1kb |
int |
scene
The jump scene, jump to webview default value is 1
跳转的场景值,跳转至Webview场景值为1 |
java.lang.String |
toUserName
User Name of the brand account you want jump to
要跳转公众号的user name |
int |
webType
The scene form jump to webview, now only 0 is valid
跳转webviewType,目前仅0有效 |
openId, transaction| 构造器和说明 |
|---|
JumpToBizWebview.Req() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkArgs()
Check parameters of this request
检查该请求各个参数的合法性 |
int |
getType()
Return type ID of the current request.
|
void |
toBundle(android.os.Bundle data)
Serialize requests into Bundle
将请求序列化到Bundle中 |
fromBundlepublic java.lang.String toUserName
public java.lang.String extMsg
public int webType
public int scene
public int getType()
BaseReqpublic boolean checkArgs()
BaseReq