Esempio n. 1
0
        /// <summary>
        /// Handles an <c>onBillingNotSupported</c> event, which is fired when SOOMLA knows that billing is NOT
        /// supported on the device.
        /// </summary>
        /// <param name="message">Not used here.</param>
        public void onBillingNotSupported(string message)
        {
            SoomlaUtils.LogDebug(TAG, "SOOMLA/UNITY onBillingNotSupported");

            StoreEvents.OnBillingNotSupported();
        }