INotificationBuilder.WithDuration method
How long the toast stays on screen (seconds). Defaults to ~3 seconds when unset.
public INotificationBuilder WithDuration(float seconds)| parameter | description |
|---|---|
| seconds | Lifetime in seconds; must be positive or the toast is suppressed at Show. |
See Also
Section titled “See Also”- interface INotificationBuilder
- namespace Stellar.Abstractions.Services