CameraImagePickerFragment

Fragment used for firing up the camera for capturing an image.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onCreate(@Nullable savedInstanceState: Bundle)
Called when the fragment is first created.
Link copied to clipboard
open fun onRequestPermissionsResult(requestCode: Int, @NonNull permissions: Array<String>, @NonNull grantResults: Array<Int>)
Link copied to clipboard
open fun onSaveInstanceState(outState: Bundle)
Saves the temporary image URI to the instance state so it can be restored after configuration changes.