Home
last modified time | relevance | path

Searched refs:dismissAllNotificationsAsync (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-notifications/src/
H A DdismissAllNotificationsAsync.ts10 export default async function dismissAllNotificationsAsync(): Promise<void> { function
11 if (!NotificationPresenter.dismissAllNotificationsAsync) {
15 return await NotificationPresenter.dismissAllNotificationsAsync();
H A DNotificationPresenterModule.types.ts12 dismissAllNotificationsAsync?: () => Promise<void>; property
H A Dindex.ts7 export { default as dismissAllNotificationsAsync } from './dismissAllNotificationsAsync';
/expo/packages/expo-notifications/build/
H A DdismissAllNotificationsAsync.js8 export default async function dismissAllNotificationsAsync() { function
9 if (!NotificationPresenter.dismissAllNotificationsAsync) {
12 return await NotificationPresenter.dismissAllNotificationsAsync();
H A DdismissAllNotificationsAsync.js.map1dismissAllNotificationsAsync.js","sourceRoot":"","sources":["../src/dismissAllNotificationsAsync.t…
H A DdismissAllNotificationsAsync.d.ts.map1 {"version":3,"file":"dismissAllNotificationsAsync.d.ts","sourceRoot":"","sources":["../src/dismissA…
H A DdismissAllNotificationsAsync.d.ts6 export default function dismissAllNotificationsAsync(): Promise<void>; function
H A DNotificationPresenterModule.types.d.ts7 dismissAllNotificationsAsync?: () => Promise<void>; property
H A Dindex.d.ts7 export { default as dismissAllNotificationsAsync } from './dismissAllNotificationsAsync';
H A DNotificationPresenterModule.types.js.map1 …NotificationAsync?: (identifier: string) => Promise<void>;\n dismissAllNotificationsAsync?: () =>…
H A Dindex.js7 export { default as dismissAllNotificationsAsync } from './dismissAllNotificationsAsync';
H A Dindex.js.map1 …ssNotificationAsync';\nexport { default as dismissAllNotificationsAsync } from './dismissAllNotifi…
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.kt70 …smissAllNotificationsAsync", this@ExpoNotificationPresentationModule::dismissAllNotificationsAsync) in <lambda>()
88 protected open fun dismissAllNotificationsAsync(promise: Promise) { in <lambda>() method in expo.modules.notifications.notifications.presentation.ExpoNotificationPresentationModule
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt63 override fun dismissAllNotificationsAsync(promise: Promise) { in <lambda>() method in versioned.host.exp.exponent.modules.universal.notifications.ScopedExpoNotificationPresentationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt72 override fun dismissAllNotificationsAsync(promise: Promise) { in dismissAllNotificationsAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java89 public void dismissAllNotificationsAsync(final Promise promise) { in dismissAllNotificationsAsync() method in ExpoNotificationPresentationModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt72 override fun dismissAllNotificationsAsync(promise: Promise) { in dismissAllNotificationsAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt72 override fun dismissAllNotificationsAsync(promise: Promise) { in dismissAllNotificationsAsync() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java89 public void dismissAllNotificationsAsync(final Promise promise) { in dismissAllNotificationsAsync() method in ExpoNotificationPresentationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java89 public void dismissAllNotificationsAsync(final Promise promise) { in dismissAllNotificationsAsync() method in ExpoNotificationPresentationModule
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Presenting/
H A DEXNotificationPresentationModule.m77 EX_EXPORT_METHOD_AS(dismissAllNotificationsAsync, category
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI48_0_0EXNotificationPresentationModule.m77 ABI48_0_0EX_EXPORT_METHOD_AS(dismissAllNotificationsAsync, category
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI47_0_0EXNotificationPresentationModule.m77 ABI47_0_0EX_EXPORT_METHOD_AS(dismissAllNotificationsAsync, category
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Presenting/
H A DABI49_0_0EXNotificationPresentationModule.m77 ABI49_0_0EX_EXPORT_METHOD_AS(dismissAllNotificationsAsync, category
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx343 await Notifications.dismissAllNotificationsAsync();

12