BaseImagePickerFragment

Base fragment for image picker implementations.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun finish()
Remove the fragment from its owning activity.
Link copied to clipboard
open fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent)
Link copied to clipboard
open fun onCreate(@Nullable savedInstanceState: Bundle)
Link copied to clipboard
open fun onSaveInstanceState(outState: Bundle)
Link copied to clipboard
Sets on image picked listener.