Contents

ARSessionObserver

Methods you can implement to respond to changes in the state of an AR session.

Declaration

protocol ARSessionObserver : NSObjectProtocol

Mentioned in

Overview

This protocol defines optional methods common to the ARSessionDelegate, ARSCNViewDelegate, and ARSKViewDelegate protocols. You can implement this protocol’s methods when adopting one of those protocols.

Topics

Responding to Tracking Quality Changes

Handling Interruptions

Receiving Audio Data

Handling Errors

Managing Collaboration

See Also

Responding to events