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.
Tells the delegate when the ejection is complete.
optional func device(_ device: ICDevice, didEjectWithError error: (any Error)?)Execution of the delegate callback occurs on the main thread.