Contents

createResponse(_:)

Create a response to the command.

Declaration

func createResponse(_ result: NEHotspotHelperResult) -> NEHotspotHelperResponse

Parameters

  • result:

    The result of handling the command.

Return Value

A NEHotspostHelperResponse object.

See Also

Response creation