public static class HandleScanResult.Req extends BaseReq
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
scanResult
The data of the scan (QRCode) 扫描出的(二维码)数据
|
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 scanResult
public int getType()
BaseReqpublic boolean checkArgs()
BaseReq