Contents

updateTargetValue(_:completionHandler:)

Updates the target value.

Declaration

func updateTargetValue(_ targetValue: TargetValueType, completionHandler completion: @escaping  @Sendable ((any Error)?) -> Void)
func updateTargetValue(_ targetValue: TargetValueType) async throws

Parameters

  • targetValue:

    The new target value.

  • completion:

    The block executed after the request is processed.

    error

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

See Also

New Methods