TransactionSubscriber

Subscriber for receiving notifications about new, updated or deleted Transactions.

Types

Link copied to clipboard

Connection state of the subscription. Redundant but retained for backwards compatibility.

Functions

Link copied to clipboard

Default implementation in this class to maintain backwards compatibility. Once the deprecated method/enum are removed, this implementation should also be removed. See Subscriber.connectionStatusChanged

Link copied to clipboard
abstract fun transactionChanged(transaction: Transaction)

Notifies the subscriber of a new, updated or deleted Transaction.