Package com.pspdfkit.document.image
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.
-
-
Constructor Summary
Constructors Constructor Description GalleryImagePickerFragment()
-
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. -
-
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.
-
-
-
-