---
title: "sendDonation(_:)"
framework: tipkit
role: symbol
role_heading: Instance Method
path: "tipkit/tips/event/senddonation(_:)"
---

# sendDonation(_:)

Asynchronously donates an event with no associated Donation value.

## Declaration

```swift
func sendDonation(_ completion: (@Sendable () -> Void)? = nil) where DonationInfo == Tips.EmptyDonation
```

## Parameters

- `completion`: Called upon completion of the event donation.

## See Also

### Add Donations

- [donate()](tipkit/tips/event/donate().md)
- [donate(_:)](tipkit/tips/event/donate(_:).md)
- [sendDonation(_:_:)](tipkit/tips/event/senddonation(_:_:).md)
