IAutoSnappingController

interface IAutoSnappingController<in T : Any>

Defines interface for component that performs current conditions evaluation and decides the best moment to take snap automatically.

Inheritors

Types

Link copied to clipboard

Allow to listen when autoSnapping will start to process

Link copied to clipboard
interface Callback

Autosnapping callback

Functions

Link copied to clipboard
abstract fun trySnap(parameter: T = (Unit as T))

Start conditions evaluation and, maybe, take a snap, e.g. depending on current image status, snap interval etc.