OnImagePickedListener

Interface for listening for image picker results.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun onCameraPermissionDeclined(permanent: Boolean)
Called when camera permission is declined by user.
Link copied to clipboard
abstract fun onImagePicked(@NonNull imageUri: Uri)
Called when image has been successfully picked/captured from camera.
Link copied to clipboard
abstract fun onImagePickerCancelled()
Called when image picker has been cancelled.
Link copied to clipboard
Called when an unknown error occurred while picking/capturing an image.