Home
last modified time | relevance | path

Searched refs:unregisterForNotificationsAsync (Results 1 – 20 of 20) sorted by relevance

/expo/packages/expo-notifications/build/
H A DunregisterForNotificationsAsync.js.map1unregisterForNotificationsAsync.js","sourceRoot":"","sources":["../src/unregisterForNotificationsA…
H A DunregisterForNotificationsAsync.js4 export default async function unregisterForNotificationsAsync() { function
5 if (!PushTokenManager.unregisterForNotificationsAsync) {
8 return PushTokenManager.unregisterForNotificationsAsync();
H A DunregisterForNotificationsAsync.d.ts.map1 {"version":3,"file":"unregisterForNotificationsAsync.d.ts","sourceRoot":"","sources":["../src/unreg…
H A DunregisterForNotificationsAsync.d.ts1 export default function unregisterForNotificationsAsync(): Promise<void>; function
H A DPushTokenManager.types.d.ts4 unregisterForNotificationsAsync?: () => Promise<void>; property
H A Dindex.d.ts2 export { default as unregisterForNotificationsAsync } from './unregisterForNotificationsAsync';
H A DPushTokenManager.types.js.map1 …ule {\n getDevicePushTokenAsync?: () => Promise<string>;\n unregisterForNotificationsAsync?: () …
H A Dindex.js2 export { default as unregisterForNotificationsAsync } from './unregisterForNotificationsAsync';
H A Dindex.js.map1 …cePushTokenAsync';\nexport { default as unregisterForNotificationsAsync } from './unregisterForNot…
/expo/packages/expo-notifications/src/
H A DunregisterForNotificationsAsync.ts6 export default async function unregisterForNotificationsAsync(): Promise<void> { function
7 if (!PushTokenManager.unregisterForNotificationsAsync) {
10 return PushTokenManager.unregisterForNotificationsAsync();
H A DPushTokenManager.types.ts5 unregisterForNotificationsAsync?: () => Promise<void>; property
H A Dindex.ts2 export { default as unregisterForNotificationsAsync } from './unregisterForNotificationsAsync';
/expo/packages/expo-notifications/ios/EXNotifications/PushToken/
H A DEXPushTokenModule.m48 EX_EXPORT_METHOD_AS(unregisterForNotificationsAsync, category
49unregisterForNotificationsAsync:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject)
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/PushToken/
H A DABI47_0_0EXPushTokenModule.m48 ABI47_0_0EX_EXPORT_METHOD_AS(unregisterForNotificationsAsync, category
49unregisterForNotificationsAsync:(ABI47_0_0EXPromiseResolveBlock)resolve reject:(ABI47_0_0EXPromise…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/PushToken/
H A DABI49_0_0EXPushTokenModule.m48 ABI49_0_0EX_EXPORT_METHOD_AS(unregisterForNotificationsAsync, category
49unregisterForNotificationsAsync:(ABI49_0_0EXPromiseResolveBlock)resolve reject:(ABI49_0_0EXPromise…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/PushToken/
H A DABI48_0_0EXPushTokenModule.m48 ABI48_0_0EX_EXPORT_METHOD_AS(unregisterForNotificationsAsync, category
49unregisterForNotificationsAsync:(ABI48_0_0EXPromiseResolveBlock)resolve reject:(ABI48_0_0EXPromise…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java86 public void unregisterForNotificationsAsync(final Promise promise) { in unregisterForNotificationsAsync() method in PushTokenModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java86 public void unregisterForNotificationsAsync(final Promise promise) { in unregisterForNotificationsAsync() method in PushTokenModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java86 public void unregisterForNotificationsAsync(final Promise promise) { in unregisterForNotificationsAsync() method in PushTokenModule
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx331 await Notifications.unregisterForNotificationsAsync();