public abstract class PageFragment extends Fragment implements AuthenticationExceptionListener
| Modifier and Type | Field and Description |
|---|---|
protected Node |
node
The node response from the Auth Service
|
| Constructor and Description |
|---|
PageFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(java.lang.Exception e) |
void |
onAttach(android.content.Context context) |
void |
onAuthenticationException(AuthenticationException e) |
void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onDataCollected() |
void |
onDetach() |
public void onCreate(android.os.Bundle savedInstanceState)
public void onAttach(android.content.Context context)
public void onDetach()
public void onDataCollected()
public void cancel(java.lang.Exception e)
public void onAuthenticationException(AuthenticationException e)
onAuthenticationException in interface AuthenticationExceptionListener