Home
last modified time | relevance | path

Searched refs:getInstallationIdAsync (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-notifications/src/
H A DServerRegistrationModule.types.ts4 getInstallationIdAsync?: () => Promise<string>; property
H A DgetExpoPushTokenAsync.ts189 if (!ServerRegistrationModule.getInstallationIdAsync) {
193 return await ServerRegistrationModule.getInstallationIdAsync();
H A DServerRegistrationModule.web.ts15 getInstallationIdAsync: async () => {
/expo/packages/expo-notifications/build/
H A DServerRegistrationModule.types.d.ts3 getInstallationIdAsync?: () => Promise<string>; property
H A DServerRegistrationModule.types.js.map1 …nterface ServerRegistrationModule extends ProxyNativeModule {\n getInstallationIdAsync?: () => Pr…
H A DgetExpoPushTokenAsync.js135 if (!ServerRegistrationModule.getInstallationIdAsync) {
138 return await ServerRegistrationModule.getInstallationIdAsync();
H A DServerRegistrationModule.web.js10 getInstallationIdAsync: async () => {
H A DServerRegistrationModule.web.js.map1 …tionId = () => sessionInstallationId;\n};\n\nexport default {\n getInstallationIdAsync: async () …
H A DgetExpoPushTokenAsync.js.map1getInstallationIdAsync) {\n throw new UnavailabilityError('ExpoServerRegistrationModule', 'ge…
/expo/packages/expo-notifications/src/utils/
H A DupdateDevicePushTokenAsync.ts106 if (!ServerRegistrationModule.getInstallationIdAsync) {
110 return await ServerRegistrationModule.getInstallationIdAsync();
/expo/packages/expo-notifications/build/utils/
H A DupdateDevicePushTokenAsync.js79 if (!ServerRegistrationModule.getInstallationIdAsync) {
82 return await ServerRegistrationModule.getInstallationIdAsync();
H A DupdateDevicePushTokenAsync.js.map1getInstallationIdAsync) {\n throw new UnavailabilityError('ExpoServerRegistrationModule', 'ge…
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedServerRegistrationModule.kt14 override fun getInstallationIdAsync(promise: Promise) { in getInstallationIdAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedServerRegistrationModule.kt14 override fun getInstallationIdAsync(promise: Promise) { in getInstallationIdAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedServerRegistrationModule.kt14 override fun getInstallationIdAsync(promise: Promise) { in getInstallationIdAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/serverregistration/
H A DServerRegistrationModule.java27 public void getInstallationIdAsync(Promise promise) { in getInstallationIdAsync() method in ServerRegistrationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/serverregistration/
H A DServerRegistrationModule.java27 public void getInstallationIdAsync(Promise promise) { in getInstallationIdAsync() method in ServerRegistrationModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/serverregistration/
H A DServerRegistrationModule.java27 public void getInstallationIdAsync(Promise promise) { in getInstallationIdAsync() method in ServerRegistrationModule
/expo/packages/expo-notifications/src/utils/__tests__/
H A DupdateDevicePushTokenAsync-test.ts9 getInstallationIdAsync: () => 'abcdefg',
/expo/packages/expo-notifications/ios/EXNotifications/
H A DEXServerRegistrationModule.m17 EX_EXPORT_METHOD_AS(getInstallationIdAsync, category
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/
H A DABI47_0_0EXServerRegistrationModule.m17 ABI47_0_0EX_EXPORT_METHOD_AS(getInstallationIdAsync, category
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/
H A DABI49_0_0EXServerRegistrationModule.m17 ABI49_0_0EX_EXPORT_METHOD_AS(getInstallationIdAsync, category
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/
H A DABI48_0_0EXServerRegistrationModule.m17 ABI48_0_0EX_EXPORT_METHOD_AS(getInstallationIdAsync, category