Searched refs:UpdatesCheckAutomaticallyValue (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-updates/build/ |
| H A D | Updates.types.js | 79 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 D | Updates.d.ts | 1 …LocalAssets, Manifest, UpdateCheckResult, UpdateFetchResult, UpdatesCheckAutomaticallyValue, Updat… 26 export declare const checkAutomatically: UpdatesCheckAutomaticallyValue | null;
|
| H A D | Updates.types.d.ts | 261 export declare enum UpdatesCheckAutomaticallyValue { enum
|
| H A D | Updates.js.map | 1 …UpdatesCheckAutomaticallyValue,\n UpdatesLogEntry,\n UpdatesNativeStateMachineContext,\n} from '…
|
| H A D | Updates.types.js.map | 1 …N_ERROR_RECOVERY`, `WIFI_ONLY`, or `NEVER`\n */\nexport enum UpdatesCheckAutomaticallyValue {\n /…
|
| /expo/packages/expo-updates/src/ |
| H A D | Updates.ts | 9 UpdatesCheckAutomaticallyValue, 52 export const checkAutomatically: UpdatesCheckAutomaticallyValue | null =
|
| H A D | Updates.types.ts | 285 export enum UpdatesCheckAutomaticallyValue { enum
|