| Interface | Description |
|---|---|
| TokenListViewFactory |
This factory is responsible to create the view which lists the available tokens.
|
| TokenListViewFactory.TokenViewListener |
This listener is responsible for handling all events triggered from within the token list
view.
|
| Class | Description |
|---|---|
| DefaultTokenListView |
This is the default view used to render the token selection list.
|
| DefaultTokenListViewAdapter |
This is the adapter of the
DefaultTokenListView which inserts the data into the recycler
view. |
| DefaultTokenListViewFactory |
This implementation of
TokenListViewFactory provides a default list view of the token
list in a recycler view. |