ui / com.schibsted.account.ui.ui

Package com.schibsted.account.ui.ui

Types

BaseFragment

abstract class BaseFragment : Fragment, AnimationListener

ErrorField

interface ErrorField

FlowFragment

abstract class FlowFragment<in T> : BaseFragment, KeyboardVisibilityListener, FlowView<T>

a Fragment used to represents a part of a UI flow, as such, this fragment can continue a flow. the flow could be continue thanks to the keyboard or a button.

FlowView

interface FlowView<in T> : BaseView<T>

InputField

interface InputField : ErrorField

Describes an input field which is entitled to prevent access to its content if it is considered invalid. Implementations should verify their input before potentially providing it.

WebFragment

open class WebFragment : BaseFragment

a Fragment used to display a website into the application