Contents

makeAsyncIterator()

Makes an asynchronous iterator that provides successive device snapshots when the list of paired devices known to the app changes.

Declaration

func makeAsyncIterator() -> WAPairedDevice.DevicesSequence.AsyncIterator

Return Value

A new asynchronous iterator vending WAPairedDevice.Devices elements when changes occur.

See Also

Getting async updates