Home
last modified time | relevance | path

Searched refs:UpdatesCheckAutomaticallyValue (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/build/
H A DUpdates.types.js79 export var UpdatesCheckAutomaticallyValue; variable
80 (function (UpdatesCheckAutomaticallyValue) { argument
84 UpdatesCheckAutomaticallyValue["ON_LOAD"] = "ON_LOAD";
88 UpdatesCheckAutomaticallyValue["ON_ERROR_RECOVERY"] = "ON_ERROR_RECOVERY";
92 UpdatesCheckAutomaticallyValue["WIFI_ONLY"] = "WIFI_ONLY";
96 UpdatesCheckAutomaticallyValue["NEVER"] = "NEVER";
97 })(UpdatesCheckAutomaticallyValue || (UpdatesCheckAutomaticallyValue = {}));
H A DUpdates.d.ts1 …LocalAssets, Manifest, UpdateCheckResult, UpdateFetchResult, UpdatesCheckAutomaticallyValue, Updat…
26 export declare const checkAutomatically: UpdatesCheckAutomaticallyValue | null;
H A DUpdates.types.d.ts261 export declare enum UpdatesCheckAutomaticallyValue { enum
H A DUpdates.js.map1UpdatesCheckAutomaticallyValue,\n UpdatesLogEntry,\n UpdatesNativeStateMachineContext,\n} from '…
H A DUpdates.types.js.map1 …N_ERROR_RECOVERY`, `WIFI_ONLY`, or `NEVER`\n */\nexport enum UpdatesCheckAutomaticallyValue {\n /…
/expo/packages/expo-updates/src/
H A DUpdates.ts9 UpdatesCheckAutomaticallyValue,
52 export const checkAutomatically: UpdatesCheckAutomaticallyValue | null =
H A DUpdates.types.ts285 export enum UpdatesCheckAutomaticallyValue { enum