updateTargetValue(_:completionHandler:)
Updates the target value.
Declaration
func updateTargetValue(_ targetValue: TargetValueType, completionHandler completion: @escaping @Sendable ((any Error)?) -> Void)func updateTargetValue(_ targetValue: TargetValueType) async throwsParameters
- targetValue:
The new target value.
- completion:
The block executed after the request is processed.
- error
nilon success; otherwise, error object indicating the reason for failure.