public interface CallbackController
CallbackFragment
and control the Auth Service Action, the parent activity or parent fragment of the CallbackFragment should
implement this interface to manage the embedded CallbackFragment.
see 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 |
onDataCollected(Callback callback)
Notify when callback data are collected.
|
void |
suspend()
Suspend the current authentication
|
void next()
void onDataCollected(Callback callback)
callback - The Callbackvoid cancel(java.lang.Exception e)
e - Exception when cancelling the authentication process.void suspend()