Skip to content

Beta Version 0.2.0

Compare
Choose a tag to compare
@zsweigart zsweigart released this 25 Oct 18:15
· 215 commits to master since this release
5df5bd0

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())
      })