interface Listener
abstract fun onDialogRequested(selectorDialog: SelectorDialog): Unit |
class PasswordFragment : FlowFragment<PasswordContract.Presenter>, PasswordContract.View, AccountSelectorView.Listener |
|
class VerificationFragment : FlowFragment<VerificationContract.Presenter>, VerificationContract.View, AccountSelectorView.Listener
a Fragment displaying the code verification screen |