Package 

Interface TransactionManagerListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onFetchingCompleted(Transaction transaction) Is called when TransactionManager has finished the fetching process.In case of success, the transaction represents the loaded transaction.
      abstract void onFetchingFailed(AppstockAdException exception) In case of failure, the error should be not null and contains the description of the issue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onFetchingCompleted

         abstract void onFetchingCompleted(Transaction transaction)

        Is called when TransactionManager has finished the fetching process.In case of success, the transaction represents the loaded transaction.

        Parameters:
        transaction - successful transaction
      • onFetchingFailed

         abstract void onFetchingFailed(AppstockAdException exception)

        In case of failure, the error should be not null and contains the description of the issue

        Parameters:
        exception - used to inform the listener in case something is wrong