Home
last modified time | relevance | path

Searched refs:schedule (Results 1 – 25 of 83) sorted by relevance

1234

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/managers/
H A DSchedulerManagerImpl.kt22 value.schedule(action) in triggerAll()
69 scheduler.schedule(null) in rescheduleOrDelete()
93 scheduler.schedule(null) in addScheduler()
/expo/.github/workflows/
H A Dclient-ios-eas.yml14 schedule:
79 # this action fails when base is not set on schedule event
92 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1,3,5" ]]; then
94 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1" ]]; then
109 noWait: ${{ github.event.schedule }}
H A Dclient-android-eas.yml14 schedule:
73 # this action fails when base is not set on schedule event
89 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1,3,5" ]]; then
91 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1" ]]; then
126 noWait: ${{ github.event.schedule }}
H A Dclient-ios.yml5 schedule:
78 # this action fails when base is not set on schedule event
91 …IS_VERSIONED_FLAVOR: ${{ github.event_name == 'schedule' || steps.flavor.outputs.versioned == 'tru…
H A Dlock.yml6 schedule:
H A Dcheck-issues-nightly.yml5 schedule:
H A Dclient-android.yml5 schedule:
79 # this action fails when base is not set on schedule event
90 …IS_VERSIONED_FLAVOR: ${{ github.event_name == 'schedule' || steps.flavor.outputs.versioned == 'tru…
H A Dsdk.yml23 schedule:
53 …if [[ "${{ github.event_name }}" == "schedule" || "${{ github.event.inputs.checkAll }}" == "check-…
H A Dissue-stale.yml4 schedule:
H A Dtest-suite-nightly.yml5 schedule:
82 if: failure() && (github.event_name == 'schedule' || github.event.ref == 'refs/heads/main')
137 if: failure() && (github.event_name == 'schedule' || github.event.ref == 'refs/heads/main')
184 if: failure() && (github.event_name == 'schedule' || github.event.ref == 'refs/heads/main')
H A Dcreate-expo-app.yml15 schedule:
H A Dcli.yml25 schedule:
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DSchedulerImpl.kt13 override fun schedule(action: String?) { in schedule() method in host.exp.exponent.notifications.schedulers.SchedulerImpl
27 manager.schedule(experienceKey, notificationId, details, nextAppearanceTime, null) in schedule()
H A DScheduler.kt9 fun schedule(action: String?) method
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherUncaughtExceptionHandler.kt15 import kotlin.concurrent.schedule
77 timerTask = Timer().schedule(2000) { in onActivityStarted()
80 return@schedule in onActivityStarted()
/expo/packages/expo-notifications/build/
H A DcancelAllScheduledNotificationsAsync.js.map1 …fully canceled, or if there are no scheduled notifications.\n * @header schedule\n */\nexport defa…
H A DgetAllScheduledNotificationsAsync.js.map1 …onforming to the [`Notification`](#notification) interface.\n * @header schedule\n */\nexport defa…
H A DcancelScheduledNotificationAsync.js.map1 …cancelScheduledNotificationAsync(identifier);\n * }\n * ```\n * @header schedule\n */\nexport defa…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dnotifications.mdx3 … that provides an API to fetch push notification tokens and to present, schedule, receive and resp…
19 `expo-notifications` provides an API to fetch push notification tokens and to present, schedule, re…
108 title="Press to schedule a notification"
330 - Starting from Android 12 (API level 31), to schedule the notification that triggers at the exact …
432 // Eg. schedule the notification
496 - `NOT_DETERMINED`: The user hasn't yet made a choice about whether the app is allowed to schedule
497 - `DENIED`: The app isn't authorized to schedule or receive notifications
498 - `AUTHORIZED`: The app is authorized to schedule or receive notifications
500 - `EPHEMERAL`: The app is authorized to schedule or receive notifications for a limited amount of t…
559 schedule: 'Schedule notifications',
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTLocalAssetImageLoader.mm32 // Don't schedule this loader on the URL queue so we can load the
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTLocalAssetImageLoader.mm32 // Don't schedule this loader on the URL queue so we can load the
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTLocalAssetImageLoader.mm32 // Don't schedule this loader on the URL queue so we can load the
/expo/docs/pages/versions/unversioned/sdk/
H A Dnotifications.mdx3 … that provides an API to fetch push notification tokens and to present, schedule, receive and resp…
20 `expo-notifications` provides an API to fetch push notification tokens and to present, schedule, re…
109 title="Press to schedule a notification"
398 - Starting from Android 12 (API level 31), to schedule the notification that triggers at the exact …
499 // Eg. schedule the notification
563 - `NOT_DETERMINED`: The user hasn't yet made a choice about whether the app is allowed to schedule
564 - `DENIED`: The app isn't authorized to schedule or receive notifications
565 - `AUTHORIZED`: The app is authorized to schedule or receive notifications
567 - `EPHEMERAL`: The app is authorized to schedule or receive notifications for a limited amount of t…
626 schedule: 'Schedule notifications',
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dnotifications.mdx3 … that provides an API to fetch push notification tokens and to present, schedule, receive and resp…
20 `expo-notifications` provides an API to fetch push notification tokens and to present, schedule, re…
109 title="Press to schedule a notification"
398 - Starting from Android 12 (API level 31), to schedule the notification that triggers at the exact …
499 // Eg. schedule the notification
563 - `NOT_DETERMINED`: The user hasn't yet made a choice about whether the app is allowed to schedule
564 - `DENIED`: The app isn't authorized to schedule or receive notifications
565 - `AUTHORIZED`: The app is authorized to schedule or receive notifications
567 - `EPHEMERAL`: The app is authorized to schedule or receive notifications for a limited amount of t…
626 schedule: 'Schedule notifications',
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.kt31 import expo.modules.notifications.service.NotificationsService.Companion.schedule in <lambda>()
73 schedule( in <lambda>()

1234