Home
last modified time | relevance | path

Searched refs:startOnBoot (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.types.d.ts59 startOnBoot?: boolean; property
H A DBackgroundFetch.types.js.map1 …nished booting.\n * @default false\n * @platform android\n */\n startOnBoot?: boolean;\n}\n…
/expo/packages/expo-background-fetch/src/
H A DBackgroundFetch.types.ts64 startOnBoot?: boolean; property
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java70 … boolean startOnBoot = options.containsKey("startOnBoot") && (boolean) options.get("startOnBoot"); in didReceiveBroadcast()
72 if (startOnBoot) { in didReceiveBroadcast()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java70 … boolean startOnBoot = options.containsKey("startOnBoot") && (boolean) options.get("startOnBoot"); in didReceiveBroadcast()
72 if (startOnBoot) { in didReceiveBroadcast()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java70 … boolean startOnBoot = options.containsKey("startOnBoot") && (boolean) options.get("startOnBoot"); in didReceiveBroadcast()
72 if (startOnBoot) { in didReceiveBroadcast()
/expo/packages/expo-background-fetch/android/src/main/java/expo/modules/backgroundfetch/
H A DBackgroundFetchTaskConsumer.java70 … boolean startOnBoot = options.containsKey("startOnBoot") && (boolean) options.get("startOnBoot"); in didReceiveBroadcast()
72 if (startOnBoot) { in didReceiveBroadcast()
/expo/apps/test-suite/tests/
H A DTaskManager.js13 startOnBoot: true, property
/expo/packages/expo-background-fetch/
H A DREADME.md34 …starting up. It's necessary to continue working on tasks started with `startOnBoot`. It also keeps…
/expo/apps/native-component-list/src/screens/
H A DBackgroundFetchScreen.tsx61 startOnBoot: true,
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dbackground-fetch.mdx58 startOnBoot: true, // android only
169 …starting up. It's necessary to continue working on tasks started with `startOnBoot`. It also keeps…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dbackground-fetch.mdx60 startOnBoot: true, // android only
171 …starting up. It's necessary to continue working on tasks started with `startOnBoot`. It also keeps…
/expo/docs/pages/versions/unversioned/sdk/
H A Dbackground-fetch.mdx70 startOnBoot: true, // android only
189 …starting up. It's necessary to continue working on tasks started with `startOnBoot`. It also keeps…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dbackground-fetch.mdx70 startOnBoot: true, // android only
189 …starting up. It's necessary to continue working on tasks started with `startOnBoot`. It also keeps…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dbackground-fetch.mdx70 startOnBoot: true, // android only
189 …starting up. It's necessary to continue working on tasks started with `startOnBoot`. It also keeps…