public static class OpenWebview.Req extends BaseReq
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
url
The url you want jump to 要跳转的链接地址 |
openId, transaction
构造器和说明 |
---|
OpenWebview.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中 |
fromBundle
public int getType()
BaseReq
public boolean checkArgs()
BaseReq