Esempio n. 1
0
    /// <summary>
    /// Get the currency cents value of a userflow.
    /// </summary>
    public static int GetUserflowValue(string name)
    {
#if UNITY_IOS
        return(CrittercismIOS.GetUserflowValue(name));
#elif UNITY_ANDROID
        return(CrittercismAndroid.GetUserflowValue(name));
#else
        return(-1);
#endif
    }
Esempio n. 2
0
 public static int GetTransactionValue(string userflowName)
 {
     return(CrittercismAndroid.GetUserflowValue(userflowName));
 }
Esempio n. 3
0
 public static int GetUserflowValue(string name)
 {
     return(CrittercismAndroid.GetUserflowValue(name));
 }