| /expo/packages/expo-notifications/build/ |
| H A D | registerTaskAsync.js.map | 1 …defineTask`](./task-manager#taskmanagerdefinetasktaskname-taskexecutor).\n * Make sure you define …
|
| /expo/packages/expo-task-manager/build/ |
| H A D | TaskManager.d.ts | 81 export declare function defineTask<T = unknown>(taskName: string, taskExecutor: TaskManagerTaskExec… function
|
| H A D | TaskManager.js | 20 export function defineTask(taskName, taskExecutor) { function
|
| H A D | TaskManager.js.map | 1 …defineTask<T = unknown>(\n taskName: string,\n taskExecutor: TaskManagerTaskExecutor<T>\n) {\n …
|
| /expo/packages/expo-background-fetch/build/ |
| H A D | BackgroundFetch.js.map | 1 …defineTask`](taskmanager#defineTask)\n * for more details.\n * @param options An object containing…
|
| /expo/packages/expo-task-manager/src/ |
| H A D | TaskManager.ts | 111 export function defineTask<T = unknown>( function
|
| /expo/apps/test-suite/tests/ |
| H A D | TaskManager.js | 126 TaskManager.defineTask(DEFINED_TASK_NAME, () => BackgroundFetch.BackgroundFetchResult.NewData);
|
| H A D | Location.js | 590 TaskManager.defineTask(BACKGROUND_LOCATION_TASK, () => {}); 591 TaskManager.defineTask(GEOFENCING_TASK, () => {});
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | BackgroundFetchScreen.tsx | 101 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | location.mdx | 60 - Background location task must be defined in the top-level scope, using [TaskManager.defineTask](t… 67 - The Geofencing task must be defined in the top-level scope, using [TaskManager.defineTask](task-m…
|
| H A D | task-manager.mdx | 81 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
|
| H A D | background-fetch.mdx | 42 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | location.mdx | 60 - Background location task must be defined in the top-level scope, using [TaskManager.defineTask](t… 67 - The Geofencing task must be defined in the top-level scope, using [TaskManager.defineTask](task-m…
|
| H A D | task-manager.mdx | 80 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
|
| H A D | background-fetch.mdx | 44 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | task-manager.mdx | 84 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
|
| H A D | location.mdx | 102 - Background location task must be defined in the top-level scope, using [TaskManager.defineTask](t… 109 - The Geofencing task must be defined in the top-level scope, using [TaskManager.defineTask](task-m…
|
| H A D | background-fetch.mdx | 54 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | task-manager.mdx | 84 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
|
| H A D | location.mdx | 102 - Background location task must be defined in the top-level scope, using [TaskManager.defineTask](t… 109 - The Geofencing task must be defined in the top-level scope, using [TaskManager.defineTask](task-m…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | task-manager.mdx | 84 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
|
| H A D | location.mdx | 102 - Background location task must be defined in the top-level scope, using [TaskManager.defineTask](t… 109 - The Geofencing task must be defined in the top-level scope, using [TaskManager.defineTask](task-m…
|
| /expo/apps/native-component-list/src/screens/Location/ |
| H A D | GeofencingScreen.tsx | 214 TaskManager.defineTask(GEOFENCING_TASK, async ({ data: { region } }: { data: any }) => {
|
| /expo/packages/expo-task-manager/ |
| H A D | CHANGELOG.md | 36 - Update `defineTask` to accept type arguments. ([#21958](https://github.com/expo/expo/pull/21958) …
|
| /expo/home/screens/DiagnosticsScreen/ |
| H A D | GeofencingDiagnosticsScreen.tsx | 256 TaskManager.defineTask(GEOFENCING_TASK, async ({ data: { region } }: any) => {
|