CapturingListener

fun interface CapturingListener

A listener that notifies of capturing state changes.

Functions

Link copied to clipboard
abstract fun onCapturing(capturing: Boolean)

Invoked when the capturing state changes.