Contents

deviceBrowser(_:deviceDidChangeName:)

Tells the delegate when the name of a device changes.

Declaration

optional func deviceBrowser(_ browser: ICDeviceBrowser, deviceDidChangeName device: ICDevice)

Discussion

A device’s name may change if a device module overrides the default name reported by the device’s transport layer, or if a user changes the name of the file system volume mounted by the device.

See Also

Responding to Device Changes