Enumeration

PurpleConversationNotifyLevel

unstable since: 3.0

Declaration

enum Purple.ConversationNotifyLevel

Description [src]

The level for which messages should present notifications.

Available since: 3.0

Members

PURPLE_CONVERSATION_NOTIFY_LEVEL_NONE

No notifications should be presented.

  • Value: 0
  • Available since: 3.0
PURPLE_CONVERSATION_NOTIFY_LEVEL_MENTIONS

Only mentions should cause notifications.

  • Value: 1
  • Available since: 3.0
PURPLE_CONVERSATION_NOTIFY_LEVEL_ALL

All messages should present a notification.

  • Value: 2
  • Available since: 3.0