|
UserWise Unity SDK
3.0.0
|
Event arguments used when data for a module has been reloaded, from the API or cache. More...
Public Member Functions | |
| OnLoadedEventArgs (bool fromApi, bool fromCache) | |
Public Attributes | |
| bool | FromApi |
Set to true when the data was reloaded from an UserWise API endpoint. More... | |
| bool | FromCache |
Set to true when the data was reloaded from a cache file. More... | |
Event arguments used when data for a module has been reloaded, from the API or cache.
| bool UserWiseSDK.Common.Modules.OnLoadedEventArgs.FromApi |
Set to true when the data was reloaded from an UserWise API endpoint.
| bool UserWiseSDK.Common.Modules.OnLoadedEventArgs.FromCache |
Set to true when the data was reloaded from a cache file.
1.8.17