Contents

deviceBrowser(_:didRemove:moreGoing:)

Tells the delegate that a device has been removed.

Declaration

func deviceBrowser(_ browser: ICDeviceBrowser, didRemove device: ICDevice, moreGoing: Bool)

Discussion

If several devices are removed at the same time, then this message is sent once for each device with the value of moreGoing set to true in each message except the last one.

See Also

Adding and Removing Devices