T - The Callback Class defined or registered under CallbackFragmentFactorypublic abstract class CallbackFragment<T extends Callback>
extends Fragment
| Modifier and Type | Field and Description |
|---|---|
protected T |
callback
The Callback class see
Callback |
protected Node |
node
The Callback's Node
Node |
| Constructor and Description |
|---|
CallbackFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(java.lang.Exception e)
Cancel the authentication and exist the intelligent tree
|
void |
next()
Proceed to next node from the intelligent tree.
|
void |
onAttach(android.content.Context context) |
void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onDataCollected()
Call when data is collected from the callback.
|
void |
onDetach() |
void |
suspend()
Suspend the current authentication flow.
|
protected Node node
Nodeprotected T extends Callback callback
Callbackpublic void onCreate(android.os.Bundle savedInstanceState)
public void onAttach(android.content.Context context)
public void onDetach()
public void onDataCollected()
public void next()
public void cancel(java.lang.Exception e)
e - The exception cause to exist the intelligent tree.public void suspend()