public static void showTerms()
        {
            Debug.Log("[GPUnity][Call] showTerms");

#if UNITY_EDITOR
            {
                Debug.Log("GamePot - UNITY EDITOR showTerms not supported");
            }
#elif UNITY_IOS
            GamePotUnityPluginiOS.showTerms();
#elif UNITY_ANDROID
            GamePotUnityPluginAOS.showTerms();
#endif
        }