Home
last modified time | relevance | path

Searched refs:weekday (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DscheduleNotificationAsync.js103 weekday: userFacingTrigger.weekday,
230 const { weekday } = anyTriggerType;
231 if (weekday < 1 || weekday > 7) {
232 … throw new RangeError(`The weekday parameter needs to be between 1 and 7. Found: ${weekday}`);
H A DNotificationScheduler.types.d.ts22 weekday?: number;
47 weekday: number; property
H A DNotifications.types.d.ts36 weekday?: number;
150 weekday: number; property
261 weekday: number; property
H A DNotificationScheduler.types.js.map1weekday?: number;\n weekOfMonth?: number;\n weekOfYear?: number;\n weekdayOrdinal?: numbe…
H A DscheduleNotificationAsync.js.map1weekday' | 'hour' | 'minute';\n\nconst DAILY_TRIGGER_EXPECTED_DATE_COMPONENTS: readonly ValidTrigg…
H A DNotifications.types.js.map1weekday?: number;\n weekdayOrdinal?: number;\n quarter?: number;\n weekOfMonth?: number;\…
/expo/packages/expo-notifications/src/
H A DscheduleNotificationAsync.ts133 weekday: userFacingTrigger.weekday,
300 const { weekday } = anyTriggerType; constant
301 if (weekday < 1 || weekday > 7) {
303 `The weekday parameter needs to be between 1 and 7. Found: ${weekday}`
H A DNotificationScheduler.types.ts32 weekday?: number;
61 weekday: number; property
H A DNotifications.types.ts44 weekday?: number;
165 weekday: number; property
294 weekday: number; property
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/triggers/
H A DWeeklyTrigger.java19 public WeeklyTrigger(int weekday, int hour, int minute, @Nullable String channelId) { in WeeklyTrigger() argument
21 mWeekday = weekday; in WeeklyTrigger()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/triggers/
H A DWeeklyTrigger.java19 public WeeklyTrigger(int weekday, int hour, int minute, @Nullable String channelId) { in WeeklyTrigger() argument
21 mWeekday = weekday; in WeeklyTrigger()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/triggers/
H A DWeeklyTrigger.java19 public WeeklyTrigger(int weekday, int hour, int minute, @Nullable String channelId) { in WeeklyTrigger() argument
21 mWeekday = weekday; in WeeklyTrigger()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/triggers/
H A DWeeklyTrigger.java19 public WeeklyTrigger(int weekday, int hour, int minute, @Nullable String channelId) { in WeeklyTrigger() argument
21 mWeekday = weekday; in WeeklyTrigger()
/expo/apps/test-suite/tests/
H A DJSC.js11 const opts = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; property
H A DNotifications.js1228 weekday: dateNow.getDay() + 1, property
1391 weekday: 2, property
1751 weekday: triggerDate.getDay() + 1,
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.kt185 val weekday = params["weekday"] as? Number in <lambda>() constant
189 if (weekday == null || hour == null || minute == null) { in <lambda>()
193 weekday.toInt(), in <lambda>()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Scheduling/
H A DEXNotificationSchedulerModule.m21 static NSString * const weeklyNotificationTriggerWeekdayKey = @"weekday";
177 …NSNumber *weekday = [params objectForKey:weeklyNotificationTriggerWeekdayKey verifyingClass:[NSNum…
181 dateComponents.weekday = [weekday integerValue];
244 @"weekday": @(NSCalendarUnitWeekday),
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI48_0_0EXNotificationSchedulerModule.m21 static NSString * const weeklyNotificationTriggerWeekdayKey = @"weekday";
177 …NSNumber *weekday = [params objectForKey:weeklyNotificationTriggerWeekdayKey verifyingClass:[NSNum…
181 dateComponents.weekday = [weekday integerValue];
244 @"weekday": @(NSCalendarUnitWeekday),
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI49_0_0EXNotificationSchedulerModule.m21 static NSString * const weeklyNotificationTriggerWeekdayKey = @"weekday";
177 …NSNumber *weekday = [params objectForKey:weeklyNotificationTriggerWeekdayKey verifyingClass:[NSNum…
181 dateComponents.weekday = [weekday integerValue];
244 @"weekday": @(NSCalendarUnitWeekday),
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI47_0_0EXNotificationSchedulerModule.m21 static NSString * const weeklyNotificationTriggerWeekdayKey = @"weekday";
177 …NSNumber *weekday = [params objectForKey:weeklyNotificationTriggerWeekdayKey verifyingClass:[NSNum…
181 dateComponents.weekday = [weekday integerValue];
244 @"weekday": @(NSCalendarUnitWeekday),
/expo/packages/expo-notifications/src/__tests__/
H A DNotifications-test.ts67 weekday: 1,
137 weekday: 1,
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/
H A DEXNotificationSerializer.m175 @(NSCalendarUnitWeekday): @"weekday",
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/
H A DABI47_0_0EXNotificationSerializer.m175 @(NSCalendarUnitWeekday): @"weekday",
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/
H A DABI48_0_0EXNotificationSerializer.m175 @(NSCalendarUnitWeekday): @"weekday",
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/
H A DABI49_0_0EXNotificationSerializer.m175 @(NSCalendarUnitWeekday): @"weekday",

12