Skip to main content
API Reference NSDK

PlaybackSessionDelegate

Delegate protocol for receiving frame updates during playback (mirrors ARSessionDelegate-style callbacks).

Declaration

protocol PlaybackSessionDelegate : AnyObject

Methods

NameTypeSummary
playbackSessionvoid
Called on the main queue when the tracking state changes (e.g. at start of playback). For playback, state is typically .normal.

Relationships

conformance: NSDKViewDelegate