Ejemplo n.º 1
0
    public static void setAccountType(DCAccountType type)
    {
#if UNITY_EDITOR
#elif UNITY_ANDROID
        account.CallStatic("setAccountType", (int)type);
#elif UNITY_IPHONE
        dcSetAccountType((int)type);
#elif UNITY_WP8
        DataEyeWP8.DCAccount.setAccountType((DataEyeWP8.DCAccountType)type);
#endif
    }
Ejemplo n.º 2
0
 public static void setAccountType(DCAccountType type)
 {
     #if UNITY_EDITOR
     #elif UNITY_ANDROID
     account.CallStatic("setAccountType", (int)type);
     #elif UNITY_IPHONE
     dcSetAccountType((int)type);
     #elif UNITY_WP8
     DataEyeWP8.DCAccount.setAccountType((DataEyeWP8.DCAccountType)type);
     #endif
 }