CropFragment Class

class CropFragment : Fragment

This androidx.fragment.app.Fragment can show a picture and manage document’s cutout.

Constructors

CropFragment

constructor()

Functions

setHandler

fun setHandler(handler: CropHandler)

Attaches the handler that supplies the page and receives the user’s edits.

Top