// Token: 0x060001EF RID: 495 RVA: 0x0000D1A5 File Offset: 0x0000B5A5 public static void AddResourceEvent(GAResourceFlowType flowType, string currency, float amount, string itemType, string itemId) { GA_Wrapper.addResourceEvent((int)flowType, currency, amount, itemType, itemId); }
public static void SetBirthYear(int birthYear) { GA_Wrapper.setBirthYear(birthYear); }
public static bool IsCommandCenterReady() { return(GA_Wrapper.isCommandCenterReady()); }
public static void SetInfoLog(bool enabled) { GA_Wrapper.setEnabledInfoLog(enabled); }
public static void SetFacebookId(string facebookId) { GA_Wrapper.setFacebookId(facebookId); }
public static void SetEnabledManualSessionHandling(bool enabled) { GA_Wrapper.setManualSessionHandling(enabled); }
public static void SetCustomDimension03(string customDimension) { GA_Wrapper.setCustomDimension03(customDimension); }
public static void AddBusinessEvent(string currency, int amount, string itemType, string itemId, string cartType, IDictionary <string, object> fields) { string jsonString = GA_Wrapper.DictionaryToJsonString(fields); GA_Wrapper.addBusinessEvent(currency, amount, itemType, itemId, cartType, jsonString); }
public static void AddDesignEvent(string eventID, float eventValue, IDictionary <string, object> fields) { GA_Wrapper.addDesignEventWithValue(eventID, eventValue, GA_Wrapper.DictionaryToJsonString(fields)); }
// Token: 0x060001F3 RID: 499 RVA: 0x0000D1D3 File Offset: 0x0000B5D3 public static void AddDesignEvent(string eventID) { GA_Wrapper.addDesignEvent(eventID); }
// Token: 0x060001F4 RID: 500 RVA: 0x0000D1DB File Offset: 0x0000B5DB public static void AddErrorEvent(GAErrorSeverity severity, string message) { GA_Wrapper.addErrorEvent((int)severity, message); }
// Token: 0x060001F2 RID: 498 RVA: 0x0000D1CA File Offset: 0x0000B5CA public static void AddDesignEvent(string eventID, float eventValue) { GA_Wrapper.addDesignEventWithValue(eventID, eventValue); }
// Token: 0x060001F1 RID: 497 RVA: 0x0000D1BD File Offset: 0x0000B5BD public static void AddProgressionEventWithScore(GAProgressionStatus progressionStatus, string progression01, string progression02, string progression03, int score) { GA_Wrapper.addProgressionEventWithScore((int)progressionStatus, progression01, progression02, progression03, score); }
// Token: 0x060001F0 RID: 496 RVA: 0x0000D1B2 File Offset: 0x0000B5B2 public static void AddProgressionEvent(GAProgressionStatus progressionStatus, string progression01, string progression02, string progression03) { GA_Wrapper.addProgressionEvent((int)progressionStatus, progression01, progression02, progression03); }
public static void SetBuild(string build) { GA_Wrapper.configureBuild(build); }
public static void AddErrorEvent(GAErrorSeverity severity, string message, IDictionary <string, object> fields) { GA_Wrapper.addErrorEvent((int)severity, message, GA_Wrapper.DictionaryToJsonString(fields)); }
public static void SetCustomUserId(string userId) { GA_Wrapper.configureUserId(userId); }
public static void AddProgressionEventWithScore(GAProgressionStatus progressionStatus, string progression01, string progression02, string progression03, int score, IDictionary <string, object> fields) { string jsonString = GA_Wrapper.DictionaryToJsonString(fields); GA_Wrapper.addProgressionEventWithScore((int)progressionStatus, progression01, progression02, progression03, score, jsonString); }
public static void Initialize(string gamekey, string gamesecret) { GA_Wrapper.initialize(gamekey, gamesecret); }
public static void AddResourceEvent(GAResourceFlowType flowType, string currency, float amount, string itemType, string itemId, IDictionary <string, object> fields) { string jsonString = GA_Wrapper.DictionaryToJsonString(fields); GA_Wrapper.addResourceEvent((int)flowType, currency, amount, itemType, itemId, jsonString); }
public static void AddDesignEvent(string eventID, IDictionary <string, object> fields) { string jsonString = GA_Wrapper.DictionaryToJsonString(fields); GA_Wrapper.addDesignEvent(eventID, jsonString); }
public static void SetAvailableCustomDimensions03(string list) { GA_Wrapper.configureAvailableCustomDimensions03(list); }
public static void SetVerboseLog(bool enabled) { GA_Wrapper.setEnabledVerboseLog(enabled); }
public static void SetAvailableResourceCurrencies(string list) { GA_Wrapper.configureAvailableResourceCurrencies(list); }
public static void SetGender(string gender) { GA_Wrapper.setGender(gender); }
public static void SetAvailableResourceItemTypes(string list) { GA_Wrapper.configureAvailableResourceItemTypes(list); }
public static string GetCommandCenterValueAsString(string key, string defaultValue) { return(GA_Wrapper.getCommandCenterValueAsString(key, defaultValue)); }
public static void SetUnityEngineVersion(string unityEngineVersion) { GA_Wrapper.configureGameEngineVersion(unityEngineVersion); }
public static string GetConfigurationsContentAsString() { return(GA_Wrapper.getConfigurationsContentAsString()); }
// Token: 0x060001EE RID: 494 RVA: 0x0000D198 File Offset: 0x0000B598 public static void AddBusinessEvent(string currency, int amount, string itemType, string itemId, string cartType) { GA_Wrapper.addBusinessEvent(currency, amount, itemType, itemId, cartType); }