Interface PointsDetectionCallback
@WorkerThread
public interface PointsDetectionCallback
A callback that will be invoked when
DisplayablePointsDetection gets available.-
Method Summary
Modifier and TypeMethodDescriptionvoidonPointsDetection(DisplayablePointsDetection pointsDetection) Called whenDisplayablePointsDetectiongets available.
-
Method Details
-
onPointsDetection
Called whenDisplayablePointsDetectiongets available. NOTE: This method is called on background thread, so make sure you don't perform any UI related operations on it.- Parameters:
pointsDetection-DisplayablePointsDetectionthat represents the available detection.
-