-
public final class ErrorFragmentImplMain logic implementation for error handling UI presented by {@link ErrorActivity}. Internal use only.
-
-
Constructor Summary
Constructors Constructor Description ErrorFragmentImpl(FragmentImplCallback fragmentCallback, CancelListener cancelListener, Document document, ErrorType errorType, String customError)
-
Method Summary
Modifier and Type Method Description final UnitonCreate(Bundle savedInstanceState)final ViewonCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)final UnitsetListener(EnterManuallyButtonListener enterManuallyButtonListener)-
-
Constructor Detail
-
ErrorFragmentImpl
ErrorFragmentImpl(FragmentImplCallback fragmentCallback, CancelListener cancelListener, Document document, ErrorType errorType, String customError)
-
-
Method Detail
-
onCreateView
final View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
-
setListener
final Unit setListener(EnterManuallyButtonListener enterManuallyButtonListener)
-
-
-
-