public class AdaptiveCallbackFragment extends Fragment implements AuthenticationExceptionListener, CallbackController
CallbackFragment| Constructor and Description |
|---|
AdaptiveCallbackFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(java.lang.Exception e)
Cancel the current authentication
|
void |
next()
Move to the next node in the tree
|
void |
onAttach(android.content.Context context) |
void |
onAuthenticationException(AuthenticationException e) |
void |
onCreate(android.os.Bundle savedInstanceState) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
onDataCollected(Callback callback)
Notify when callback data are collected.
|
void |
onDetach() |
void |
suspend()
Suspend the current authentication
|
public void onCreate(android.os.Bundle savedInstanceState)
public void onAttach(android.content.Context context)
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
public void onAuthenticationException(AuthenticationException e)
onAuthenticationException in interface AuthenticationExceptionListenerpublic void onDetach()
public void onDataCollected(Callback callback)
CallbackControlleronDataCollected in interface CallbackControllercallback - The Callbackpublic void cancel(java.lang.Exception e)
CallbackControllercancel in interface CallbackControllere - Exception when cancelling the authentication process.public void suspend()
CallbackControllersuspend in interface CallbackControllerpublic void next()
CallbackControllernext in interface CallbackController