TapSDK C#
Public Member Functions | Public Attributes | List of all members
TapTap.Common.TapDBConfig Class Reference

Public Member Functions

 TapDBConfig (bool enable)
 
 TapDBConfig (bool enable, string channel, string gameVersion)
 
 TapDBConfig (bool enable, string channel, string gameVersion, bool advertiserIDCollectionEnabled)
 
Dictionary< string, object > ToDic ()
 

Public Attributes

readonly bool Enable
 
readonly string Channel
 
readonly string GameVersion
 
readonly bool AdvertiserIDCollectionEnabled
 

Constructor & Destructor Documentation

◆ TapDBConfig() [1/3]

TapTap.Common.TapDBConfig.TapDBConfig ( bool  enable)
inline

◆ TapDBConfig() [2/3]

TapTap.Common.TapDBConfig.TapDBConfig ( bool  enable,
string  channel,
string  gameVersion 
)
inline

◆ TapDBConfig() [3/3]

TapTap.Common.TapDBConfig.TapDBConfig ( bool  enable,
string  channel,
string  gameVersion,
bool  advertiserIDCollectionEnabled 
)
inline

Member Function Documentation

◆ ToDic()

Dictionary<string, object> TapTap.Common.TapDBConfig.ToDic ( )
inline

Member Data Documentation

◆ AdvertiserIDCollectionEnabled

readonly bool TapTap.Common.TapDBConfig.AdvertiserIDCollectionEnabled

◆ Channel

readonly string TapTap.Common.TapDBConfig.Channel

◆ Enable

readonly bool TapTap.Common.TapDBConfig.Enable

◆ GameVersion

readonly string TapTap.Common.TapDBConfig.GameVersion

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