Beta Version 0.2.0
This release updates the link event listener api so it is no longer required to be a serializable object passed in as part of the link configuration object. Instead you can add a link event listener directly to the Plaid class! This is a breaking change from 0.1.5.
Plaid.setLinkEventListener(linkEventListener = LinkEventListener {
Log.i("Event", it.toString())
})