DDDevicePickerViewController.DevicePickerCompletionHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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