Interface IComputeRequestedDataParams
-
public interface IComputeRequestedDataParams
Parameters 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.JSONObject
getClientData()
-
-
-
Method Detail
-
getClientData
com.alibaba.fastjson.JSONObject getClientData()
- Returns:
- Data returned by the
optional callback
from the client. Empty JSON object when no data is available.
-
-