Allows to control the time the device's led is on and off. More...
#include <juce_PushNotifications.h>
Public Attributes | |
int | msToBeOff = 0 |
The led will be off for the given number of milliseconds, after which it will turn on. More... | |
int | msToBeOn = 0 |
The led will be on for the given number of milliseconds, after which it will turn off. More... | |
Allows to control the time the device's led is on and off.
int juce::PushNotifications::Notification::LedBlinkPattern::msToBeOff = 0 |
The led will be off for the given number of milliseconds, after which it will turn on.
int juce::PushNotifications::Notification::LedBlinkPattern::msToBeOn = 0 |
The led will be on for the given number of milliseconds, after which it will turn off.