Functions

Link copied to clipboard
abstract fun closeCamera()

Stop camera preview and free up the resources

Link copied to clipboard
abstract fun onPause()

Notifies view that enclosing android.app.Activity or android.app.Fragment was paused and therefore camera must be closed.

Link copied to clipboard
abstract fun onResume()

Notifies view that enclosing android.app.Activity or android.app.Fragment was resumed and therefore camera can be started.