ui / com.schibsted.account.ui.login.screen.inbox / InboxFragment

InboxFragment

class InboxFragment : BaseFragment

Constructors

<init>

InboxFragment()

Inherited Properties

keyboardListener

var keyboardListener: KeyboardListener?

The keyboard manager allowing to interact with the state of the soft keyboard

navigationListener

var navigationListener: NavigationListener?

the navigation controller used to request a navigation

Functions

onCreate

fun onCreate(savedInstanceState: Bundle?): Unit

onCreateView

fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?

onSaveInstanceState

fun onSaveInstanceState(outState: Bundle): Unit

onViewCreated

fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit

Inherited Functions

displayErrorDialog

fun displayErrorDialog(error: ClientError, errorMessage: String? = null): Unit

onAnimationEnd

open fun onAnimationEnd(animation: Animation?): Unit

onAnimationRepeat

open fun onAnimationRepeat(animation: Animation?): Unit

onAnimationStart

open fun onAnimationStart(animation: Animation?): Unit

onCreateAnimation

open fun onCreateAnimation(transit: Int, enter: Boolean, nextAnim: Int): Animation

registerKeyboardController

fun registerKeyboardController(keyboardListener: KeyboardListener): Unit

registerNavigationController

fun registerNavigationController(navigationListener: NavigationListener): Unit

this method is used to register the navigation controller

unregisterKeyboardController

fun unregisterKeyboardController(): Unit

unregisterNavigationController

fun unregisterNavigationController(): Unit

free the reference to the navigation controller

Companion Object Functions

newInstance

fun newInstance(identifier: Identifier): InboxFragment