Contents

deviceDidChangeSharingState(_:)

Tells the delegate when the sharing state of a device changes.

Declaration

optional func deviceDidChangeSharingState(_ device: ICDevice)

Discussion

Any Image Capture client application can choose to share the device over the network using the sharing or webSharing facility in Image Capture.

Execution of the delegate callback occurs on the main thread.

See Also

Responding to Device Changes