AlertUserNotificationOperation |
Represents an operation to display an alert window notification to a user.
|
DesktopUserNotificationOperation |
Represents an operation to display a desktop notification to a user.
|
GrowlUserNotificationOperation |
Represents an operation to display a growl notification to a user.
|
UserNotificationOperationBuilder |
This interface provides specific builders to build operations to
display a notification to a user.
|
UserNotificationOperationBuilder.Alert |
This interface represents a specific builder to display a
alert popup notification to a user.
|
UserNotificationOperationBuilder.Alert.Html |
This interface represents a specific builder to display a
alert popup notification with a html message to a user.
|
UserNotificationOperationBuilder.Alert.Text |
This interface represents a specific builder to display a
alert popup notification with a plain text message to a user.
|
UserNotificationOperationBuilder.Alert.WithMessage<T> |
This interface represents a specific builder to display a
alert popup notification with a message to a user.
|
UserNotificationOperationBuilder.Desktop |
This interface represents a specific builder to display a
native desktop notification to a user.
|
UserNotificationOperationBuilder.Desktop.Text |
This interface represents a specific builder to display a
desktop notification with a plain text message to a user.
|
UserNotificationOperationBuilder.Desktop.WithMessage<T> |
This interface represents a specific builder to display a
native desktop notification with a message to a user.
|
UserNotificationOperationBuilder.Growl |
This interface represents a specific builder to display a growl
notification to a user.
|
UserNotificationOperationBuilder.Growl.Html |
This interface represents a specific builder to display a
growl notification with a html message to a user.
|
UserNotificationOperationBuilder.Growl.Text |
This interface represents a specific builder to display a
growl notification with a plain text message to a user.
|
UserNotificationOperationBuilder.Growl.WithMessage<T> |
This interface represents a specific builder to display a growl
notification with a message to a user.
|
UserNotificationOperationBuilder.WithDimensions<T> |
This interface represents a specific builder to display a notification with dimensions.
|
UserNotificationOperationBuilder.WithDuration<T> |
This interface represents a specific builder to display a
notification with a duration.
|
UserNotificationOperationBuilder.WithHtmlIcon<T> |
This interface represents a specific builder to display a
notification with a custom html icon.
|
UserNotificationOperationBuilder.WithTitle<T> |
This interface represents a specific builder to display a
notification with a title.
|
UserNotificationOperationBuilder.WithType<T> |
|
UserNotificationOperationBuilder.WithUserIcon<T> |
This interface represents a specific builder to display a
notification with a user profile image as icon.
|
UserNotificationOperationResult |
This interface represents the result of a successful user notification operation.
|