abstract class AbstractIdentificationFragment : FlowFragment<IdentificationContract.Presenter>, IdentificationContract.View
Abstract class containing the common logic and ui for the identification process |
|
class EmailIdentificationFragment : AbstractIdentificationFragment, IdentificationContract.View
a Fragment displaying the email identification screen |
|
class MobileIdentificationFragment : AbstractIdentificationFragment
a Fragment displaying the phone number identification screen |