Home
last modified time | relevance | path

Searched refs:notificationSpec (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Presenting/
H A DEXNotificationPresentationModule.m37 notification:(NSDictionary *)notificationSpec
41 …ificationContent *content = [_notificationBuilder notificationContentFromRequest:notificationSpec];
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI48_0_0EXNotificationPresentationModule.m37 notification:(NSDictionary *)notificationSpec
41 …ificationContent *content = [_notificationBuilder notificationContentFromRequest:notificationSpec];
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI47_0_0EXNotificationPresentationModule.m37 notification:(NSDictionary *)notificationSpec
41 …ificationContent *content = [_notificationBuilder notificationContentFromRequest:notificationSpec];
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI49_0_0EXNotificationPresentationModule.m37 notification:(NSDictionary *)notificationSpec
41 …ificationContent *content = [_notificationBuilder notificationContentFromRequest:notificationSpec];
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Scheduling/
H A DEXNotificationSchedulerModule.m67 …scheduleNotification:(NSString *)identifier notificationSpec:(NSDictionary *)notificationSpec trig…
70 …t = [self buildNotificationRequestWithIdentifier:identifier content:notificationSpec trigger:trigg…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI48_0_0EXNotificationSchedulerModule.m67 …scheduleNotification:(NSString *)identifier notificationSpec:(NSDictionary *)notificationSpec trig…
70 …t = [self buildNotificationRequestWithIdentifier:identifier content:notificationSpec trigger:trigg…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI49_0_0EXNotificationSchedulerModule.m67 …scheduleNotification:(NSString *)identifier notificationSpec:(NSDictionary *)notificationSpec trig…
70 …t = [self buildNotificationRequestWithIdentifier:identifier content:notificationSpec trigger:trigg…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI47_0_0EXNotificationSchedulerModule.m67 …scheduleNotification:(NSString *)identifier notificationSpec:(NSDictionary *)notificationSpec trig…
70 …t = [self buildNotificationRequestWithIdentifier:identifier content:notificationSpec trigger:trigg…
/expo/apps/test-suite/tests/
H A DNotifications.js1620 const notificationSpec = { variable
1624 await Notifications.presentNotificationAsync(notificationSpec);
1638 content: t.jasmine.objectContaining(notificationSpec),