Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Api.ISupportGetLatest< out out TData > Interface Template Reference

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...
 

Detailed Description

This type defines getting fresh data from an Api data source (e.g. Service).

Related Links

img beamable-logo

Member Function Documentation

◆ GetLatest()

TData Beamable.Common.Api.ISupportGetLatest< out out TData >.GetLatest ( string  scope = "")

Manually read the currently cached data. This will not trigger any network request.

Parameters
scopeThe scope to look up the data for.
Returns
The currently cached data, or null if no data exists

The documentation for this interface was generated from the following file: