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:-
InformationWarningError
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:-
NoneFade-In Animation (default)Top Slide-In AnimationBottom Slide-In AnimationLeft Slide-In AnimationRight Slide-In AnimationScale-In AnimationReveal Horizontal
Hide Animation: Specifies the animation type when the alert disappears. The available options are:-
NoneFade-Out Animation (default)Top Slide-Out AnimationBottom Slide-Out AnimationLeft Slide-Out AnimationRight Slide-Out AnimationScale-Out AnimationReveal Horizontal Reversed
Show Animation: Specifies the alert window position. The available options are:-
BottomRightBottomCenterBottomLeftTopRightTopCenterTopLeft
Input
Content:
String ArgumentSpecifies the alert window's content.Title:
String ArgumentSpecifies the title of the alert window.
Last updated