40 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace BX | ||
|  | { | ||
|  |     public static class BXConstantString | ||
|  |     { | ||
|  |         public static string CCB = "ccb"; | ||
|  |         public static string RV_Show = "RV_Show"; | ||
|  |         public static string IV_Show = "IV_Show"; | ||
|  |         public static string Level_Enter = "Level_Enter"; | ||
|  |         public static string Level_Success = "Level_Success"; | ||
|  |         public static string Level_Fail = "Level_Fail"; | ||
|  |         public static string Level_End = "Level_End"; | ||
|  |         public static string Promote_Success = "Promote_Success"; | ||
|  |         public static string Level = "Level"; | ||
|  |         public static string Network_Name = "Network_Name"; | ||
|  |         public static string USD = "USD"; | ||
|  |         public static string Currency = "currency"; | ||
|  |         public static string AdImpression = "ad_impression"; | ||
|  |         public static string AdSource = "ad_source"; | ||
|  |         public static string AdUnitName = "ad_unit_name"; | ||
|  |         public static string AdFormat = "ad_format"; | ||
|  |         public static string AdValue = "value"; | ||
|  |         public static string AdPlatform = "ad_platform"; | ||
|  |         public static string AdNetwork = "BXSdk_"+"AdNetwork"; | ||
|  |         public static string Organic = "Organic"; | ||
|  |         public static string UntrustedDevices = "Untrusted Devices"; | ||
|  |         public static string GoogleOrganicSearch = "Google Organic Search"; | ||
|  |         public static string ADJUSTID = "ADJUST_ID"; | ||
|  |         public static string Adjust_Event = "Adjust_Event"; | ||
|  |         public static string Adjust_Config = "Adjust_Config"; | ||
|  |         public static string Error_X86 = "Error_X86"; | ||
|  |         public static string Error_ADB = "Error_ADB"; | ||
|  |         public static string Error_VPN = "Error_VPN"; | ||
|  |         public static string ErrorASNG = "Error_ASNG"; | ||
|  |         public static string ADB_Config = "adb_config"; | ||
|  |         public static string Simulator_Config = "simulator_config"; | ||
|  |         public static string VPNConfig = "vpn_config"; | ||
|  |         public static string ASNUrl = ""; | ||
|  |         public static string TopOn = "Topon"; | ||
|  |     } | ||
|  | } |