Beamable SDK
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Core.Platform.SDK.PlatformSubscribable< ScopedRsp, Data > Class Template Referenceabstract
Collaboration diagram for Core.Platform.SDK.PlatformSubscribable< ScopedRsp, Data >:
Collaboration graph
[legend]

Public Member Functions

PlatformSubscription< Data > Subscribe (Action< Data > callback)
 
PlatformSubscription< Data > Subscribe (string scope, Action< Data > callback)
 

Protected Member Functions

 PlatformSubscribable (PlatformService platform, PlatformRequester requester, string service)
 
Promise< UnitRefresh ()
 
Promise< UnitRefresh (string scope)
 
virtual Promise< ScopedRsp > ExecuteRequest (PlatformRequester requester, string url)
 
virtual string CreateRefreshUrl (string scope)
 
Data GetData ()
 
Data GetData (string scope)
 
void Notify (Data data)
 
void Notify (string scope, Data data)
 
abstract void OnRefresh (ScopedRsp data)
 
void ScheduleRefresh (long seconds, string scope)
 
void Unsubscribe (string scope, PlatformSubscription< Data > subscription)
 

Protected Attributes

PlatformService platform
 
PlatformRequester requester
 

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