Contents

captureView(didPresent:error:)

Provides a default, blank implementation for the processed scan-results callback.

Declaration

func captureView(didPresent processedResult: CapturedRoom, error: (any Error)?)

Parameters

  • processedResult:

    A structure that provides detailed information about the dimensions and features of the scanned room.

  • error:

    An object that describes the problem when an error occurs; otherwise, nil.

Discussion

The system calls this implementation if your app doesn’t implement captureView(didPresent:error:).

See Also

Default implementations