public static final class WXPreloadMiniProgram.Req extends BaseReq
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
extData |
int |
miniprogramType
the miniprogram type, default is release
小程序的类型,默认正式版
|
java.lang.String |
path
the path
小程序的path
|
java.lang.String |
userName
the userName
小程序的原始id
|
openId, transaction| Constructor and Description |
|---|
Req() |
| Modifier and Type | Method and Description |
|---|---|
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 userName
public java.lang.String path
public int miniprogramType
public java.lang.String extData
public int getType()
BaseReqpublic boolean checkArgs()
BaseReq