Interface IComputeRequestedDataParams
- 
public interface IComputeRequestedDataParamsParameters that are passed toICrossViewScopeResponseSupplier.computeRequestedData(IComputeRequestedDataParams).- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.alibaba.fastjson.JSONObjectgetClientData() 
 - 
 
- 
- 
Method Detail
- 
getClientData
com.alibaba.fastjson.JSONObject getClientData()
- Returns:
 - Data returned by the 
optional callbackfrom the client. Empty JSON object when no data is available. 
 
 - 
 
 -