コード例 #1
0
ファイル: StoreEvents.cs プロジェクト: quaxela/BoxHeads
        /// <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();
        }