TransactionSubscriber

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

Types

Link copied to clipboard

Represents the type of change that occurred to a Transaction.

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
open fun transactionChanged(transaction: Transaction)

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

Notifies the subscriber of a change to a Transaction.