Contents

device(_:didEjectWithError:)

Tells the delegate when the ejection is complete.

Declaration

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

Discussion

Execution of the delegate callback occurs on the main thread.

See Also

Responding to Device Events