ZKTransactionListener
@protocol ZKTransactionListener
Listener called when there is a change in transaction state.
Use addTransactionListener and removeTransactionListener on ZKUser instance to register or unregister listeners.
−update:
- (void)update:(nullable ZKTransaction *)transaction;
This method gets invoked when transaction state changes.