コード例 #1
0
ファイル: StoreEvents.cs プロジェクト: quaxela/BoxHeads
        /// <summary>
        /// Handles the <c>onRestoreTransactionsStarted</c> event, which is fired when the restore transactions
        /// process has started.
        /// </summary>
        /// <param name="message">Message that contains information about the <c>restoreTransactions</c> process that
        /// has started.</param>
        public void onRestoreTransactionsStarted(string message)
        {
            SoomlaUtils.LogDebug(TAG, "SOOMLA/UNITY onRestoreTransactionsStarted");

            StoreEvents.OnRestoreTransactionsStarted();
        }
コード例 #2
0
ファイル: StoreEvents.cs プロジェクト: pontura/FamilympicsRun
        public static void onRestoreTransactionsStarted(RestoreTransactionsStartedEvent _Event)
        {
            SoomlaUtils.LogDebug(TAG, "SOOMLA/UNITY onRestoreTransactionsStarted");

            StoreEvents.OnRestoreTransactionsStarted();
        }