ZKUserListener
@protocol ZKUserListener
Listener called when there is a change in user state.
Use addListener and removeListener on ZKUser instance to register or unregister listeners.
−update:transactions:
- (void)update:(nonnull NSArray<ZKAccount *> *)accounts
transactions:(nonnull NSArray<ZKTransaction *> *)transactions;
This method gets invoked when user state changes.