@WorkerThread
public interface PointsDetectionCallback
DisplayablePointsDetection gets available.| Modifier and Type | Method and Description |
|---|---|
void |
onPointsDetection(DisplayablePointsDetection pointsDetection)
Called when
DisplayablePointsDetection gets available. |
void onPointsDetection(@NonNull
DisplayablePointsDetection pointsDetection)
DisplayablePointsDetection gets available.
NOTE: This method is called on background thread, so make sure you don't perform any
UI related operations on it.pointsDetection - DisplayablePointsDetection that represents the available detection.