The ARHandlerProtocol
provides a mechanism for your application to handle features of ARViewController(Objc)
.
- Take screenshot of camera view, ignoring any overlapping UI elements;
- Get the current state of the scanner;
- Start/stop scanning;
- Clean augmented reality view and destroy all loaded data;
- Enable/disable and check current state of flash;
The ARHandlerProtocol
should not be used before ARViewController
view will be loaded. It will not trigger crash or an unexpected behavior, but triggered action will not have any effect. You will receive warning message in debug output.
Comments
Please sign in to leave a comment.