Home
last modified time | relevance | path

Searched refs:nextBackoffInterval (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/src/utils/
H A DupdateDevicePushTokenAsync.ts79 let nextBackoffInterval = computeNextBackoffInterval( variable
92 nextBackoffInterval = computeNextBackoffInterval(
98 await new Promise((resolve) => setTimeout(resolve, nextBackoffInterval));
/expo/packages/expo-notifications/build/utils/
H A DupdateDevicePushTokenAsync.js63 …let nextBackoffInterval = computeNextBackoffInterval(initialBackoff, retriesCount, backoffOptions);
70nextBackoffInterval = computeNextBackoffInterval(initialBackoff, retriesCount, backoffOptions);
72 await new Promise((resolve) => setTimeout(resolve, nextBackoffInterval));
H A DupdateDevicePushTokenAsync.js.map1nextBackoffInterval = computeNextBackoffInterval(\n initialBackoff,\n retriesCount,\n bac…