Package com.i2group.disco.alerts
Interface IAlertManager.IAlertCreationResult
- Enclosing interface:
- IAlertManager
public static interface IAlertManager.IAlertCreationResult
The result of a request to create an alert.
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets a count of the users that the alert was sent to, which you can use to assess whether it reached its intended audience.
-
Method Details
-
getSentToCount
int getSentToCount()Gets a count of the users that the alert was sent to, which you can use to assess whether it reached its intended audience. If the count is not what you expected, you can enable debug logging on the server to produce a list of recipients.- Returns:
- See above.
- Since:
- 12.0
-