ToastAfterActivationBehavior Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the behavior that the toast should use when the user takes action on the toast.
public enum ToastAfterActivationBehavior
type ToastAfterActivationBehavior =
Public Enum ToastAfterActivationBehavior
- Inheritance
-
ToastAfterActivationBehavior
Name | Value | Description |
---|---|---|
Default | 0 | Default behavior. The toast will be dismissed when the user takes action on the toast. |
PendingUpdate | 1 | After the user clicks a button on your toast, the notification will remain present, in a "pending update" visual state. You should immediately update your toast from a background task so that the user does not see this "pending update" visual state for too long. |
Produit | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |