Contents

updateName(_:completionHandler:)

Updates the name of the service to the specified string.

Declaration

func updateName(_ name: String, completionHandler completion: @escaping  @Sendable ((any Error)?) -> Void)
func updateName(_ name: String) async throws

Parameters

  • name:

    The new name. Must not match an existing name in the home.

  • completion:

    The block executed after the request is processed.

    error

    nil on success; otherwise, error object indicating the reason for failure.

See Also

Identifying the service