UserWise Unity SDK  3.0.0
Public Member Functions | Public Attributes | List of all members
UserWiseSDK.Common.Modules.OnLoadedEventArgs Class Reference

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

Detailed Description

Event arguments used when data for a module has been reloaded, from the API or cache.

Member Data Documentation

◆ FromApi

bool UserWiseSDK.Common.Modules.OnLoadedEventArgs.FromApi

Set to true when the data was reloaded from an UserWise API endpoint.

◆ FromCache

bool UserWiseSDK.Common.Modules.OnLoadedEventArgs.FromCache

Set to true when the data was reloaded from a cache file.


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