Alerts
Alerts provide a way of notifying users about information. Common use cases include providing a message when an operation succeeds or fails.
.NET MAUI Community Toolkit Alerts
The .NET MAUI Community Toolkit extends the list of .NET MAUI alerts. Here are the alerts provided by the toolkit:
Alert | Description |
---|---|
Snackbar |
The Snackbar is a timed alert that appears at the bottom of the screen by default. It is dismissed after a configurable duration of time. Snackbar is fully customizable and can be anchored to any IView . |
Toast |
The Toast is a timed alert that appears at the bottom of the screen by default. It is dismissed after a configurable duration of time. |
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
.NET MAUI Community Toolkit