コード例 #1
0
    static public void ServiceTermsOptOut()
    {
        Enhance.InitializeEnhance();

#if UNITY_EDITOR
        Debug.Log("[Enhance] ServiceTermsOptOut - runned in Unity Editor, nothing to do");
#elif UNITY_ANDROID
        FGLAndroidInternals.ServiceTermsOptOut();
#elif UNITY_IOS
        FGLiOSInternals.ServiceTermsOptOut();
#endif
    }