Example #1
0
        /**
         * @brief Gets the DeviceKey.
         * @return DeviceKey.
         */
        public static string GetNMDeviceKey()
        {
            if (CallbackManager.NetmarbleGameObject == null)
            {
                return(null);
            }

            return(UtilImpl.GetNMDeviceKey());
        }
Example #2
0
        /**
         * @brief Gets the PlatformADID.
         * @return PlatformADID.`
         */
        public static string GetPlatformADID()
        {
            if (CallbackManager.NetmarbleGameObject == null)
            {
                return(null);
            }

            return(UtilImpl.GetPlatformADID());
        }
Example #3
0
        /**
         * @brief Gets the Time Zone.
         * @return TimeZone.
         */
        public static string GetTimeZone()
        {
            if (CallbackManager.NetmarbleGameObject == null)
            {
                return(null);
            }

            return(UtilImpl.GetTimeZone());
        }