PlaybackSessionDelegate
Delegate protocol for receiving frame updates during playback (mirrors ARSessionDelegate-style callbacks).
Declaration
protocol PlaybackSessionDelegate : AnyObjectMethods
| Name | Type | Summary |
|---|---|---|
| playbackSession | void | 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