Beamable SDK
|
This type defines getting fresh data from an Api data source (e.g. Service). More...
Public Member Functions | |
Promise< TData > | GetCurrent (string scope="") |
Manually fetch the available data. If the server hasn't delivered a new update, this method will not return the absolute latest data unless you pass forceRefresh as true. More... | |
This type defines getting fresh data from an Api data source (e.g. Service).
Promise< TData > Beamable.Common.Api.ISupportsGet< TData >.GetCurrent | ( | string | scope = "" | ) |
Manually fetch the available data. If the server hasn't delivered a new update, this method will not return the absolute latest data unless you pass forceRefresh as true.
scope | A scope to narrow down the data to receive. |