Home
last modified time | relevance | path

Searched refs:deleteNotificationChannelAsync (Results 1 – 25 of 28) sorted by relevance

12

/expo/packages/expo-notifications/build/
H A DdeleteNotificationChannelAsync.android.js.map1deleteNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificationCh…
H A DdeleteNotificationChannelAsync.android.js3 export default async function deleteNotificationChannelAsync(channelId) { function
4 if (!NotificationChannelManager.deleteNotificationChannelAsync) {
7 return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);
H A DdeleteNotificationChannelAsync.d.ts.map1 {"version":3,"file":"deleteNotificationChannelAsync.d.ts","sourceRoot":"","sources":["../src/delete…
H A DdeleteNotificationChannelAsync.android.d.ts.map1 {"version":3,"file":"deleteNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../sr…
H A DdeleteNotificationChannelAsync.js.map1deleteNotificationChannelAsync.js","sourceRoot":"","sources":["../src/deleteNotificationChannelAsy…
H A DdeleteNotificationChannelAsync.d.ts8 export default function deleteNotificationChannelAsync(channelId: string): Promise<void>; function
H A DdeleteNotificationChannelGroupAsync.android.d.ts1 export default function deleteNotificationChannelAsync(groupId: string): Promise<void>; function
H A DdeleteNotificationChannelAsync.android.d.ts1 export default function deleteNotificationChannelAsync(channelId: string): Promise<void>; function
H A DdeleteNotificationChannelAsync.js8 export default async function deleteNotificationChannelAsync(channelId) { function
H A DdeleteNotificationChannelGroupAsync.android.js3 export default async function deleteNotificationChannelAsync(groupId) { function
H A Dindex.d.ts11 export { default as deleteNotificationChannelAsync } from './deleteNotificationChannelAsync';
H A Dindex.js11 export { default as deleteNotificationChannelAsync } from './deleteNotificationChannelAsync';
H A DNotificationChannelManager.types.d.ts88 deleteNotificationChannelAsync?: (channelId: string) => Promise<void>; property
H A DdeleteNotificationChannelGroupAsync.android.js.map1 …cationChannelGroupManager';\n\nexport default async function deleteNotificationChannelAsync(groupI…
H A Dindex.js.map1 …ationChannelAsync';\nexport { default as deleteNotificationChannelAsync } from './deleteNotificati…
H A DNotificationChannelManager.types.js.map1 …ChannelInput\n ) => Promise<NotificationChannel | null>;\n deleteNotificationChannelAsync?: (cha…
/expo/packages/expo-notifications/src/
H A DdeleteNotificationChannelAsync.android.ts5 export default async function deleteNotificationChannelAsync(channelId: string): Promise<void> { function
6 if (!NotificationChannelManager.deleteNotificationChannelAsync) {
10 return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);
H A DdeleteNotificationChannelAsync.ts8 export default async function deleteNotificationChannelAsync(channelId: string): Promise<void> { function
H A DdeleteNotificationChannelGroupAsync.android.ts5 export default async function deleteNotificationChannelAsync(groupId: string): Promise<void> { function
H A Dindex.ts11 export { default as deleteNotificationChannelAsync } from './deleteNotificationChannelAsync';
H A DNotificationChannelManager.types.ts114 deleteNotificationChannelAsync?: (channelId: string) => Promise<void>; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java89 public void deleteNotificationChannelAsync(String channelId, Promise promise) { in deleteNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java89 public void deleteNotificationChannelAsync(String channelId, Promise promise) { in deleteNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java89 public void deleteNotificationChannelAsync(String channelId, Promise promise) { in deleteNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/apps/test-suite/tests/
H A DNotifications.js364 await Notifications.deleteNotificationChannelAsync(testChannelId);
426 await Notifications.deleteNotificationChannelAsync(testChannelId);
468 await Notifications.deleteNotificationChannelAsync(testChannelId);
474 await Notifications.deleteNotificationChannelAsync(testChannelId, testChannel);

12