com.craftar
Interface SearchController
-
- All Superinterfaces:
- CraftARCamera.CraftARCameraCallbacks
- All Known Implementing Classes:
- CloudSearchController
public interface SearchController extends CraftARCamera.CraftARCameraCallbacks
Interface implemented by the ImageRecognition classes to manage the Single shot and Finder Mode searches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onFinderActivated()
Notify thatCraftARSDK.startFinder()
was called.void
onFinderDeactivated()
Notify thatCraftARSDK.stopFinder()
was called.-
Methods inherited from interface com.craftar.CraftARCamera.CraftARCameraCallbacks
onPictureTaken, onPreviewFrame, onTakePictureFailed
-
-
-
-
Method Detail
-
onFinderActivated
void onFinderActivated()
Notify thatCraftARSDK.startFinder()
was called.
-
onFinderDeactivated
void onFinderDeactivated()
Notify thatCraftARSDK.stopFinder()
was called.
-
-