Package 

Class ErrorFragment

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.view.View.OnCreateContextMenuListener , androidx.activity.result.ActivityResultCaller , androidx.lifecycle.HasDefaultViewModelProviderFactory , androidx.lifecycle.LifecycleOwner , androidx.lifecycle.ViewModelStoreOwner , androidx.savedstate.SavedStateRegistryOwner , net.gini.android.capture.internal.ui.FragmentImplCallback

    
    public final class ErrorFragment
    extends Fragment implements FragmentImplCallback
                        
    <p> Include the {@code ErrorFragmentCompat} into your layout by using the {@link ErrorFragmentCompat#createInstance(Document)} factory method to create an instance and display it using the {@link androidx.fragment.app.FragmentManager}. </p> <p> Your Activity must implement the {@link ImageRetakeOptionsListener} interface to receive events from the Error Fragment. Failing to do so will throw an exception. </p> <p> Your Activity is automatically set as the listener in {@link ErrorFragmentCompat#onCreate(Bundle)}. </p>