class EmailIdentificationFragment : AbstractIdentificationFragment, IdentificationContract.View
a Fragment displaying the email identification screen
EmailIdentificationFragment()
a Fragment displaying the email identification screen |
lateinit var inputViewContainer: FrameLayout
this reference is used to add a child view in extended class |
|
open val isActive: Boolean
Return the state of the fragment, this method should be use to know if an UI update could be performed. Call this method before every intention of UI update |
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? |
|
fun onResume(): Unit |
|
fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
|
fun prefillIdentifier(identifier: String?): Unit |
fun identifyUser(inputField: InputField): Unit |
|
fun isTeaserEnabled(): Boolean |
|
open fun onCreate(savedInstanceState: Bundle?): Unit |
|
open fun onSaveInstanceState(outState: Bundle): Unit |
|
open fun setPresenter(presenter: IdentificationContract.Presenter): Unit
ties a presenter to this view |
|
open fun showErrorDialog(error: ClientError, errorMessage: String?): Unit |
fun newInstance(uiConfiguration: InternalUiConfiguration, clientInfo: ClientInfo): EmailIdentificationFragment
provide a new instance of this Fragment |