class MobileIdentificationFragment : AbstractIdentificationFragment
a Fragment displaying the phone number identification screen
MobileIdentificationFragment()
a Fragment displaying the phone number 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 onDestroyView(): Unit |
|
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): MobileIdentificationFragment
provide a new instance of this Fragment |