Share via


DDDevicePickerViewController.DevicePickerCompletionHandler Delegate

Definition

The type of the delegate that will be called when the user selects a device in the list of devices.

public delegate void DDDevicePickerViewController.DevicePickerCompletionHandler(NWEndpoint? endpoint, NWError? error);
type DDDevicePickerViewController.DevicePickerCompletionHandler = delegate of NWEndpoint * NWError -> unit

Parameters

endpoint
NWEndpoint
error
NWError

Applies to