Contents

captureSession(_:didProvide:)

Provides a default, blank implementation for when the capture session provides a user instruction.

Declaration

func captureSession(_ session: RoomCaptureSession, didProvide instruction: RoomCaptureSession.Instruction)

Parameters

  • session:

    An object that manages the room-scanning process.

  • instruction:

    A specific recommendation the framework makes for the user to complete the scan.

Mentioned in

Discussion

The system calls this implementation if your app doesn’t implement captureSession(_:didProvide:).

See Also

Default implementations