Protocols
The following protocols are available globally.
-
The
See moreARDelegateprotocol provides a mechanism for your application to take action on events that occur in theARViewController(Objc). You can make use of these calls by assigning an object to theARViewControllerdelegate property directly, or connect through Interface Builder.Declaration
Swift
@objc public protocol ARDelegate -
The
See moreARHandlerProtocolprovides a mechanism for your application to handle features ofARViewController(Objc).Declaration
Swift
@objc public protocol ARHandlerProtocol
View on GitHub
Protocols Reference