SimpleOnImagePickedListener

Constructors

Link copied to clipboard
constructor()

Functions

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