Beamable SDK
|
This type defines getting fresh data from an Api data source (e.g. Service). More...
Public Member Functions | |
TData | GetLatest (string scope="") |
Manually read the currently cached data. This will not trigger any network request. More... | |
This type defines getting fresh data from an Api data source (e.g. Service).
TData Beamable.Common.Api.ISupportGetLatest< out out TData >.GetLatest | ( | string | scope = "" | ) |
Manually read the currently cached data. This will not trigger any network request.
scope | The scope to look up the data for. |