Interface QuadDetectionCallback
@WorkerThread
public interface QuadDetectionCallback
A callback that will be invoked when
DisplayableQuadDetection gets available.-
Method Summary
Modifier and TypeMethodDescriptionvoidonQuadDetection(DisplayableQuadDetection quadDetection) Called whenDisplayableQuadDetectiongets available.
-
Method Details
-
onQuadDetection
Called whenDisplayableQuadDetectiongets available. NOTE: This method is called on background thread, so make sure you don't perform any UI related operations on it.- Parameters:
quadDetection-DisplayableQuadDetectionthat represents the available detection.
-