Package-level declarations Package

The camera screen and the activity-result contract that launches it and returns the captured pages.

Types

CameraActivity

class CameraActivity : AppCompatActivity

The SDK’s camera screen: a viewfinder that detects the document, guides the user, and can capture automatically once the framing is good.

CameraContract

class CameraContract : ActivityResultContract<CameraContract.CameraParams, List<Uri>>

Launches the SDK camera and returns the pages the user captured.

Top