VisionARManagerDelegate

public protocol VisionARManagerDelegate : AnyObject

Interface that user’s custom object should conform to in order to receive events from VisionARManager. Delegate methods are called one by one followed by visionManagerDidCompleteUpdate call on a delegate of VisionManager.

Note

All delegate methods are called on a background thread.