JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_NotificationType.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 juce
 

Enumerations

enum  juce::NotificationType {
  juce::dontSendNotification = 0,
  juce::sendNotification = 1,
  juce::sendNotificationSync,
  juce::sendNotificationAsync
}
 These enums are used in various classes to indicate whether a notification event should be sent out. More...