Show Desktop Alert
Displays an alert on the desktop.
This activity displays an alert on the desktop with the user-specified content and title based on the user-specified alert properties like its type, position, and the animations used for its appearance and disappearance.
Alert Properties
- Alert Type: Specifies the type of alert to be displayed. The available options are:- - Information
- Warning
- Error
 
- Duration: - Integer ArgumentSpecifies the duration of the alert displayed on the desktop in milliseconds. If the specified value is zero, the alert has to be closed manually.
- Show Animation: Specifies the animation type when the alert appears. The available options are:- - None
- Fade-In Animation (default)
- Top Slide-In Animation
- Bottom Slide-In Animation
- Left Slide-In Animation
- Right Slide-In Animation
- Scale-In Animation
- Reveal Horizontal
 
- Hide Animation: Specifies the animation type when the alert disappears. The available options are:- - None
- Fade-Out Animation (default)
- Top Slide-Out Animation
- Bottom Slide-Out Animation
- Left Slide-Out Animation
- Right Slide-Out Animation
- Scale-Out Animation
- Reveal Horizontal Reversed
 
- Show Animation: Specifies the alert window position. The available options are:- - BottomRight
- BottomCenter
- BottomLeft
- TopRight
- TopCenter
- TopLeft
 
Input
- Content: - String ArgumentSpecifies the alert window's content.
- Title: - String ArgumentSpecifies the title of the alert window.
Last updated
