kin-android / kin.sdk / KinAccount / addBalanceListener
abstract fun addBalanceListener(@NonNull listener:
EventListener
<
Balance
!>):
ListenerRegistration
!
Creates and adds listener for balance changes of this account, use returned ``ListenerRegistration
to stop listening.
Note: Events will be fired on background thread.
listener
- EventListener<Balance!>: listener object for payment events