Interface IComputeRequestedDataParams
public interface IComputeRequestedDataParams
Parameters that are passed to
ICrossViewScopeResponseSupplier.computeRequestedData(IComputeRequestedDataParams)
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getClientData
com.alibaba.fastjson.JSONObject getClientData()- Returns:
- Data returned by the
optional callback
from the client. Empty JSON object when no data is available.
-