UserWise Unity SDK  3.0.0
Public Attributes | List of all members
UserWiseSDK.Events.EventsModule Class Reference
Inheritance diagram for UserWiseSDK.Events.EventsModule:
UserWiseSDK.Common.Modules.BaseModule< GameEvent >

Public Attributes

DateTime? UpcomingStartsBefore = null
 Configures the DateTime that will be used to filter upcoming content returned from the UserWise API. More...
 

Additional Inherited Members

- Public Member Functions inherited from UserWiseSDK.Common.Modules.BaseModule< GameEvent >
string GetModuleName ()
 Returns the module name. More...
 
Get (string id)
 
FindInActiveOrUpcoming (Predicate< T > predicate)
 
- Protected Member Functions inherited from UserWiseSDK.Common.Modules.BaseModule< GameEvent >
void EmitOnLoadFailed (object sender)
 
void EmitOnLoaded (object sender, OnLoadedEventArgs e)
 
void ResetModuleData ()
 
void LoadFromCache (ModuleCacheFile moduleCacheFile)
 
void WriteToCache (ModuleCacheFile moduleCacheFile)
 
- Protected Attributes inherited from UserWiseSDK.Common.Modules.BaseModule< GameEvent >
UserWise userWise
 
- Properties inherited from UserWiseSDK.Common.Modules.BaseModule< GameEvent >
List< T > Active [get, protected set]
 A List of active (available) module stored items. More...
 
List< T > Upcoming [get, protected set]
 A List of upcoming (soon to be available) module stored items. More...
 
- Events inherited from UserWiseSDK.Common.Modules.BaseModule< GameEvent >
EventHandler< EventArgs > OnLoadFailed
 Emitted when the data for this module could not be loaded from the API and/or cache. More...
 
EventHandler< OnLoadedEventArgsOnLoaded
 Emitted when the data for this module has been reloaded. Currently, either from the API, or through the cached data. More...
 
EventHandler< OnActiveEventArgs< T > > OnActive
 Emitted when a type of T has been marked as active. More...
 
EventHandler< OnInactiveEventArgs< T > > OnInactive
 Emitted when a type of T has been marked as inactive. More...
 

Member Data Documentation

◆ UpcomingStartsBefore

DateTime? UserWiseSDK.Events.EventsModule.UpcomingStartsBefore = null

Configures the DateTime that will be used to filter upcoming content returned from the UserWise API.


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