import AuthLoadingView from 'PedalPatrol/src/components/views/authloading-view.js'
AuthLoadingView
Extends:
Class for the auth loading view to process the state before continuing.
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
AuthLoadingP: * |
|
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 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 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.