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

            StoreEvents.OnBillingSupported();
        }