Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/src/
H A DServerRegistrationModule.web.ts9 let getFallbackInstallationId = () => { variable
11 getFallbackInstallationId = () => sessionInstallationId;
25 installationId = getFallbackInstallationId();
/expo/packages/expo-notifications/build/
H A DServerRegistrationModule.web.js5 let getFallbackInstallationId = () => { function
7 getFallbackInstallationId = () => sessionInstallationId;
20 installationId = getFallbackInstallationId();
H A DServerRegistrationModule.web.js.map1getFallbackInstallationId = () => {\n const sessionInstallationId = uuid.v4();\n getFallbackInst…