Skip to content

Commit

Permalink
PushNotifications: fix doxygen comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkozakiewicz committed Oct 24, 2017
1 parent afdb888 commit 523a599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/juce_gui_extra/misc/juce_PushNotifications.h
Expand Up @@ -140,7 +140,7 @@ class JUCE_API PushNotifications
/**@{*/

String category; /**< Required: determines set of actions that will appear (as per setup done
in initializeWithSettings()). */
in requestPermissionsWithSettings()). */
double triggerIntervalSec = 0.; /**< Optional: specifies number of seconds before the notification should trigger. */
bool repeat = false; /**< Optional: allows the notification to continuously retrigger after
triggerIntervalSec seconds. Available from iOS 10. */
Expand Down Expand Up @@ -389,7 +389,7 @@ class JUCE_API PushNotifications
Array<Category> categories; /**< list of categories the app wants to support */
};

/** Initializes push notifications on current device with the settings provided.
/** Initialises push notifications on current device with the settings provided.
Call this on your application startup and on iOS the first time the application starts,
a user will be presented with a permission request dialog to give push notifications permission.
Once a user responds, Listener::notificationSettingsReceived() will be called so that
Expand Down

0 comments on commit 523a599

Please sign in to comment.