Package org.forgerock.android.auth.ui
Class AdviceDialogHandler
-
- All Implemented Interfaces:
-
org.forgerock.android.auth.interceptor.AdviceHandler
public class AdviceDialogHandler implements AdviceHandlerHandler to handle Policy Advice, this handler will prompt a dialog and trigger an auth tree.
-
-
Constructor Summary
Constructors Constructor Description AdviceDialogHandler()
-
Method Summary
Modifier and Type Method Description ObjectonAdviceReceived(@NonNull() Context context, @NonNull() PolicyAdvice advice, @NonNull() Continuation<in Unit> $completion)-
-
Method Detail
-
onAdviceReceived
@Nullable() Object onAdviceReceived(@NonNull() Context context, @NonNull() PolicyAdvice advice, @NonNull() Continuation<in Unit> $completion)
-
-
-
-