public interface DownloadTransactionListener
Modifier and Type | Method and Description |
---|---|
void |
downloadTransactionFailed(String transactionId,
Error error)
Gets called when downloading a transaction failes.
|
void |
downloadTransactionSucceeded(Transaction transactionInfo)
Gets called when downloading a transaction succeeds.
|
void downloadTransactionSucceeded(Transaction transactionInfo)
transactionInfo
- transaction object downloaded.