NotificationSentiment
Denotes the tone of the message, may affect display
enum NotificationSentiment {
NEGATIVE
NEUTRAL
POSITIVE
SEMINEGATIVE
}
Values
NotificationSentiment.NEGATIVE
NotificationSentiment.NEUTRAL
NotificationSentiment.POSITIVE
NotificationSentiment.SEMINEGATIVE
Member of
UserNotification
object