|
| static PushNotificationsDelegate & | getThis (id self) |
| static void | setThis (id self, PushNotificationsDelegate *d) |
| static void | registeredForRemoteNotifications (id self, SEL, NSApplication *, NSData *deviceToken) |
| static void | failedToRegisterForRemoteNotifications (id self, SEL, NSApplication *, NSError *error) |
| static void | didReceiveRemoteNotification (id self, SEL, NSApplication *, NSDictionary *userInfo) |
| static void | didDeliverNotification (id self, SEL, NSUserNotificationCenter *, NSUserNotification *notification) |
| static void | didActivateNotification (id self, SEL, NSUserNotificationCenter *, NSUserNotification *notification) |
| static bool | shouldPresentNotification (id self, SEL, NSUserNotificationCenter *, NSUserNotification *notification) |
| static ReturnType | sendSuperclassMessage (id self, SEL sel, Params... params) |
◆ Class()
| juce::PushNotificationsDelegate::Class::Class |
( |
| ) |
|
|
inline |
◆ didActivateNotification()
| void juce::PushNotificationsDelegate::Class::didActivateNotification |
( |
id | self, |
|
|
SEL | , |
|
|
NSUserNotificationCenter * | , |
|
|
NSUserNotification * | notification ) |
|
inlinestatic |
◆ didDeliverNotification()
| void juce::PushNotificationsDelegate::Class::didDeliverNotification |
( |
id | self, |
|
|
SEL | , |
|
|
NSUserNotificationCenter * | , |
|
|
NSUserNotification * | notification ) |
|
inlinestatic |
◆ didReceiveRemoteNotification()
| void juce::PushNotificationsDelegate::Class::didReceiveRemoteNotification |
( |
id | self, |
|
|
SEL | , |
|
|
NSApplication * | , |
|
|
NSDictionary * | userInfo ) |
|
inlinestatic |
◆ failedToRegisterForRemoteNotifications()
| void juce::PushNotificationsDelegate::Class::failedToRegisterForRemoteNotifications |
( |
id | self, |
|
|
SEL | , |
|
|
NSApplication * | , |
|
|
NSError * | error ) |
|
inlinestatic |
◆ getThis()
◆ registeredForRemoteNotifications()
| void juce::PushNotificationsDelegate::Class::registeredForRemoteNotifications |
( |
id | self, |
|
|
SEL | , |
|
|
NSApplication * | , |
|
|
NSData * | deviceToken ) |
|
inlinestatic |
◆ setThis()
◆ shouldPresentNotification()
| bool juce::PushNotificationsDelegate::Class::shouldPresentNotification |
( |
id | self, |
|
|
SEL | , |
|
|
NSUserNotificationCenter * | , |
|
|
NSUserNotification * | notification ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: