Home
last modified time | relevance | path

Searched refs:defineTask (Results 1 – 25 of 35) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DregisterTaskAsync.js.map1defineTask`](./task-manager#taskmanagerdefinetasktaskname-taskexecutor).\n * Make sure you define …
/expo/packages/expo-task-manager/build/
H A DTaskManager.d.ts81 export declare function defineTask<T = unknown>(taskName: string, taskExecutor: TaskManagerTaskExec… function
H A DTaskManager.js20 export function defineTask(taskName, taskExecutor) { function
H A DTaskManager.js.map1defineTask<T = unknown>(\n taskName: string,\n taskExecutor: TaskManagerTaskExecutor<T>\n) {\n …
/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.js.map1defineTask`](taskmanager#defineTask)\n * for more details.\n * @param options An object containing…
/expo/packages/expo-task-manager/src/
H A DTaskManager.ts111 export function defineTask<T = unknown>( function
/expo/apps/test-suite/tests/
H A DTaskManager.js126 TaskManager.defineTask(DEFINED_TASK_NAME, () => BackgroundFetch.BackgroundFetchResult.NewData);
H A DLocation.js590 TaskManager.defineTask(BACKGROUND_LOCATION_TASK, () => {});
591 TaskManager.defineTask(GEOFENCING_TASK, () => {});
/expo/apps/native-component-list/src/screens/
H A DBackgroundFetchScreen.tsx101 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocation.mdx60 - 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 Dtask-manager.mdx81 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
H A Dbackground-fetch.mdx42 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlocation.mdx60 - 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 Dtask-manager.mdx80 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
H A Dbackground-fetch.mdx44 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
/expo/docs/pages/versions/unversioned/sdk/
H A Dtask-manager.mdx84 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
H A Dlocation.mdx102 - 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 Dbackground-fetch.mdx54 TaskManager.defineTask(BACKGROUND_FETCH_TASK, async () => {
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dtask-manager.mdx84 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
H A Dlocation.mdx102 - 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 Dtask-manager.mdx84 TaskManager.defineTask(LOCATION_TASK_NAME, ({ data, error }) => {
H A Dlocation.mdx102 - 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 DGeofencingScreen.tsx214 TaskManager.defineTask(GEOFENCING_TASK, async ({ data: { region } }: { data: any }) => {
/expo/packages/expo-task-manager/
H A DCHANGELOG.md36 - Update `defineTask` to accept type arguments. ([#21958](https://github.com/expo/expo/pull/21958) …
/expo/home/screens/DiagnosticsScreen/
H A DGeofencingDiagnosticsScreen.tsx256 TaskManager.defineTask(GEOFENCING_TASK, async ({ data: { region } }: any) => {

12