◆ Pimpl()
◆ areNotificationsEnabled()
| bool juce::PushNotifications::Pimpl::areNotificationsEnabled |
( |
| ) |
const |
|
inline |
◆ didActivateNotification()
| void juce::PushNotifications::Pimpl::didActivateNotification |
( |
NSUserNotification * | notification | ) |
|
|
inlineoverridevirtual |
◆ didDeliverNotification()
| void juce::PushNotifications::Pimpl::didDeliverNotification |
( |
NSUserNotification * | notification | ) |
|
|
inlineoverridevirtual |
◆ didReceiveRemoteNotification()
| void juce::PushNotifications::Pimpl::didReceiveRemoteNotification |
( |
NSDictionary * | userInfo | ) |
|
|
inlineoverridevirtual |
◆ failedToRegisterForRemoteNotifications()
| void juce::PushNotifications::Pimpl::failedToRegisterForRemoteNotifications |
( |
NSError * | error | ) |
|
|
inlineoverridevirtual |
◆ getDeliveredNotifications()
| void juce::PushNotifications::Pimpl::getDeliveredNotifications |
( |
| ) |
const |
|
inline |
◆ getDeviceToken()
| String juce::PushNotifications::Pimpl::getDeviceToken |
( |
| ) |
|
|
inline |
◆ getPendingLocalNotifications()
| void juce::PushNotifications::Pimpl::getPendingLocalNotifications |
( |
| ) |
const |
|
inline |
◆ registeredForRemoteNotifications()
| void juce::PushNotifications::Pimpl::registeredForRemoteNotifications |
( |
NSData * | deviceTokenToUse | ) |
|
|
inlineoverridevirtual |
◆ removeAllDeliveredNotifications()
| void juce::PushNotifications::Pimpl::removeAllDeliveredNotifications |
( |
| ) |
|
|
inline |
◆ removeAllPendingLocalNotifications()
| void juce::PushNotifications::Pimpl::removeAllPendingLocalNotifications |
( |
| ) |
|
|
inline |
◆ removeDeliveredNotification()
| void juce::PushNotifications::Pimpl::removeDeliveredNotification |
( |
const String & | identifier | ) |
|
|
inline |
◆ removePendingLocalNotification()
| void juce::PushNotifications::Pimpl::removePendingLocalNotification |
( |
const String & | identifier | ) |
|
|
inline |
◆ requestPermissionsWithSettings()
◆ requestSettingsUsed()
| void juce::PushNotifications::Pimpl::requestSettingsUsed |
( |
| ) |
|
|
inline |
◆ sendLocalNotification()
◆ sendUpstreamMessage()
◆ setupChannels()
◆ shouldPresentNotification()
| bool juce::PushNotifications::Pimpl::shouldPresentNotification |
( |
NSUserNotification * | | ) |
|
|
inlineoverridevirtual |
◆ subscribeToTopic()
| void juce::PushNotifications::Pimpl::subscribeToTopic |
( |
const String & | topic | ) |
|
|
inline |
◆ unsubscribeFromTopic()
| void juce::PushNotifications::Pimpl::unsubscribeFromTopic |
( |
const String & | topic | ) |
|
|
inline |
◆ deviceToken
| String juce::PushNotifications::Pimpl::deviceToken |
|
private |
◆ initialised
| bool juce::PushNotifications::Pimpl::initialised = false |
|
private |
◆ isAtLeastMountainLion
| const bool juce::PushNotifications::Pimpl::isAtLeastMountainLion = std::floor (NSFoundationVersionNumber) >= NSFoundationVersionNumber10_7 |
|
private |
◆ isEarlierThanLion
| const bool juce::PushNotifications::Pimpl::isEarlierThanLion = std::floor (NSFoundationVersionNumber) < std::floor (NSFoundationVersionNumber10_7) |
|
private |
◆ isEarlierThanMavericks
| const bool juce::PushNotifications::Pimpl::isEarlierThanMavericks = std::floor (NSFoundationVersionNumber) < NSFoundationVersionNumber10_9 |
|
private |
◆ isEarlierThanYosemite
| const bool juce::PushNotifications::Pimpl::isEarlierThanYosemite = std::floor (NSFoundationVersionNumber) <= NSFoundationVersionNumber10_9 |
|
private |
◆ owner
◆ settings
The documentation for this struct was generated from the following file: