public static class WXChannelOpenEvent.Req extends BaseReq
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
eventId
eventId
活动id
|
java.lang.String |
extInfo
extra info
额外的透传参数
|
java.lang.String |
username
username
活动创建者的username
|
openId, transaction| Constructor and Description |
|---|
Req() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgs()
Check parameters of this request
检查该请求各个参数的合法性
|
void |
fromBundle(android.os.Bundle data)
Deserialize request data in Bundle
从Bundle中反序列化request数据
|
int |
getType()
Return type ID of the current request.
|
void |
toBundle(android.os.Bundle data)
Serialize requests into Bundle
将请求序列化到Bundle中
|
public java.lang.String username
public java.lang.String eventId
public java.lang.String extInfo
public int getType()
BaseReqpublic boolean checkArgs()
BaseReqpublic void fromBundle(android.os.Bundle data)
BaseReqfromBundle in class BaseReqdata -