Lines Matching refs:identifier
36 presentNotificationWithIdentifier:(NSString *)identifier
43 …UNNotificationRequest *request = [UNNotificationRequest requestWithIdentifier:identifier content:c…
44 [_presentedNotifications addObject:identifier];
48 …// If there was no error, willPresentNotification: callback will remove the identifier from the set
49 [weakSelf.presentedNotifications removeObject:identifier];
53 resolve(identifier);
69 dismissNotificationWithIdentifier:(NSString *)identifier
73 …cationCenter currentNotificationCenter] removeDeliveredNotificationsWithIdentifiers:@[identifier]];
103 NSString *identifier = notification.request.identifier;
104 if ([_presentedNotifications containsObject:identifier]) {
105 [_presentedNotifications removeObject:identifier];