This is the complete list of members for Beamable.Api.Events.EventSubscription, including all inherited members.
EventSubscription(IDependencyProvider provider) (defined in Beamable.Api.Events.EventSubscription) | Beamable.Api.Events.EventSubscription | inline |
Fetch(string scope="") | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
ForceRefresh() (defined in Beamable.Api.Events.EventSubscription) | Beamable.Api.Events.EventSubscription | inline |
GetCurrent(string scope="") | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
GetLatest() | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
GetLatest(string scope) | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
Notify(Data data) | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
Notify(string scope, Data data) | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
OnRefresh(EventsGetResponse data) (defined in Beamable.Api.Events.EventSubscription) | Beamable.Api.Events.EventSubscription | inlineprotected |
Refresh() | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
Refresh(string scope) | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inlineprotected |
Subscribe(Action< Data > callback) | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inline |
Subscribe(string scope, Action< Data > callback) | Beamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | inlinevirtual |