Contents

device(_:didOpenSessionWithError:)

Tells the delegate when a session is opened on a device.

Declaration

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

Discussion

This message completes the process initiated by the message “requestOpenSession” sent to the device object.

Execution of the delegate callback occurs on the main thread.

See Also

Responding to Device Events