Reference Source
public class | source

AuthLoadingView

Extends:

* → AuthLoadingView

Class for the auth loading view to process the state before continuing.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public
public

Component mounted

public

Component is about to mount

public

Component will unmount after this method is called, do any clean up here.

public

navigateToScreen(screen: string): *

Navigate to a particular screen

public

A function to call on the failure of authentication verification.

public

A function to call on the success of authentication verification.

public

A function to call on a failure to logout.

public

A function to call on a successful logout.

public

state: *

Method Summary

Public Methods
public

render()

Public Constructors

public constructor() source

Public Members

public AuthLoadingP: * source

public componentDidMount: * source

Component mounted

public componentWillMount: * source

Component is about to mount

public componentWillUnmount: * source

Component will unmount after this method is called, do any clean up here. Call viewUnmounting in base class so it can do any cleanup for the view before calling the presenter destroy method.

public navigateToScreen(screen: string): * source

Navigate to a particular screen

public onAuthenticationFailure: * source

A function to call on the failure of authentication verification.

public onAuthenticationSuccess: * source

A function to call on the success of authentication verification.

public onLogoutFailure: * source

A function to call on a failure to logout.

public onLogoutSuccess: * source

A function to call on a successful logout.

public state: * source

Public Methods

public render() source