Contents

device(_:didEncounterError:)

Tells the delegate when a device encounters an error.

Declaration

optional func device(_ device: ICDevice, didEncounterError error: (any Error)?)

Discussion

Execution of the delegate callback occurs on the main thread.

See Also

Responding to Device Events