Protocols
The following protocols are available globally.
-
The
See moreARDelegate
protocol 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 theARViewController
delegate property directly, or connect through Interface Builder.Declaration
Swift
@objc public protocol ARDelegate
-
The
See moreARHandlerProtocol
provides a mechanism for your application to handle features ofARViewController(Objc)
.Declaration
Swift
@objc public protocol ARHandlerProtocol