Protocols

The following protocols are available globally.

  • The ARDelegate protocol provides a mechanism for your application to take action on events that occur in the ARViewController(Objc). You can make use of these calls by assigning an object to the ARViewController delegate property directly, or connect through Interface Builder.

    See more

    Declaration

    Swift

    @objc
    public protocol ARDelegate
  • The ARHandlerProtocol provides a mechanism for your application to handle features of ARViewController(Objc).

    See more

    Declaration

    Swift

    @objc
    public protocol ARHandlerProtocol