Lines Matching refs:trigger
70 …lf buildNotificationRequestWithIdentifier:identifier content:notificationSpec trigger:triggerSpec];
103 UNNotificationTrigger *trigger = [self triggerFromParams:triggerSpec];
104 if ([trigger isKindOfClass:[UNCalendarNotificationTrigger class]]) {
105 UNCalendarNotificationTrigger *calendarTrigger = (UNCalendarNotificationTrigger *)trigger;
109 } else if ([trigger isKindOfClass:[UNTimeIntervalNotificationTrigger class]]) {
110 …imeIntervalNotificationTrigger *timeIntervalTrigger = (UNTimeIntervalNotificationTrigger *)trigger;
115 …le to get next trigger date for triggers other than calendar-based. Provided trigger resulted in %…
119 … NSString *message = [NSString stringWithFormat:@"Failed to get next trigger date. %@", exception];
126 trigger:(NSDictionary *)triggerInput
129 … [UNNotificationRequest requestWithIdentifier:identifier content:content trigger:[self triggerFrom…
145 // nil trigger is a valid trigger
149 …NSString *reason = [NSString stringWithFormat:@"Unknown notification trigger declaration passed in…
207 …NSString *reason = [NSString stringWithFormat:@"Unknown notification trigger type: %@.", triggerTy…