Ejemplo n.º 1
0
        public static void addCustomPlatform(string platformName, CustomPlatformEvent evt)
        {
                        #if UNITY_IPHONE
//			ShareRECIOS.addCustomPlatform();
                        #elif UNITY_ANDROID
                        #endif
        }
Ejemplo n.º 2
0
        public static void addCustomPlatform(string platformName, CustomPlatformEvent evt)
        {
            _customPlatformEvent = evt;

            // __iosShareRECSocial(platformName, _callbackObjectName);
        }