Class GalleryImagePickerFragment

  • 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

    
    public class GalleryImagePickerFragment
    extends BaseImagePickerFragment
                        

    Fragment used for picking up the image from gallery / filesystem.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onCreate(@Nullable() Bundle savedInstanceState)
      int getRequestCode() Gets request code to be given to the intent when starting image picker activity for result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GalleryImagePickerFragment

        GalleryImagePickerFragment()
    • Method Detail

      • getRequestCode

         int getRequestCode()

        Gets request code to be given to the intent when starting image picker activity for result.

        Returns:

        Request code for the fragment.