CameraActivity Class

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.

Launch it through CameraContract rather than starting it directly.

Constructors

CameraActivity

constructor()
Top