kin-android

kin-android / kin.sdk / KinAccount / addAccountCreationListener

addAccountCreationListener

abstract fun addAccountCreationListener(listener: EventListener<Void!>!): ListenerRegistration!

Creates and adds listener for account creation event, use returned ``ListenerRegistration to stop listening.

Note: Events will be fired on background thread.

Parameters

listener - EventListener<Void!>!: listener object for payment events