Contents

continuityDevicePicker(_:didConnect:)

Informs the delegate when a person selects and connects a continuity device to the system with a continuity device picker.

Declaration

optional func continuityDevicePicker(_ pickerViewController: AVContinuityDevicePickerViewController, didConnect device: AVContinuityDevice)

Parameters

  • pickerViewController:

    The continuity device picker that’s connecting device to the system.

  • device:

    A continuity device that’s connecting to the system.

See Also

Responding to continuity device events