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)
Called when the fragment is first created.
Link copied to clipboard
open fun onSaveInstanceState(outState: Bundle)
Saves the pending intent to the instance state so it can be restored.
Link copied to clipboard
Sets on image picked listener.