| /expo/packages/expo-notifications/build/ |
| H A D | deleteNotificationChannelAsync.android.js.map | 1 …deleteNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificationCh…
|
| H A D | deleteNotificationChannelAsync.android.js | 3 export default async function deleteNotificationChannelAsync(channelId) { function 4 if (!NotificationChannelManager.deleteNotificationChannelAsync) { 7 return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);
|
| H A D | deleteNotificationChannelAsync.d.ts.map | 1 {"version":3,"file":"deleteNotificationChannelAsync.d.ts","sourceRoot":"","sources":["../src/delete…
|
| H A D | deleteNotificationChannelAsync.android.d.ts.map | 1 {"version":3,"file":"deleteNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../sr…
|
| H A D | deleteNotificationChannelAsync.js.map | 1 …deleteNotificationChannelAsync.js","sourceRoot":"","sources":["../src/deleteNotificationChannelAsy…
|
| H A D | deleteNotificationChannelAsync.d.ts | 8 export default function deleteNotificationChannelAsync(channelId: string): Promise<void>; function
|
| H A D | deleteNotificationChannelGroupAsync.android.d.ts | 1 export default function deleteNotificationChannelAsync(groupId: string): Promise<void>; function
|
| H A D | deleteNotificationChannelAsync.android.d.ts | 1 export default function deleteNotificationChannelAsync(channelId: string): Promise<void>; function
|
| H A D | deleteNotificationChannelAsync.js | 8 export default async function deleteNotificationChannelAsync(channelId) { function
|
| H A D | deleteNotificationChannelGroupAsync.android.js | 3 export default async function deleteNotificationChannelAsync(groupId) { function
|
| H A D | index.d.ts | 11 export { default as deleteNotificationChannelAsync } from './deleteNotificationChannelAsync';
|
| H A D | index.js | 11 export { default as deleteNotificationChannelAsync } from './deleteNotificationChannelAsync';
|
| H A D | NotificationChannelManager.types.d.ts | 88 deleteNotificationChannelAsync?: (channelId: string) => Promise<void>; property
|
| H A D | deleteNotificationChannelGroupAsync.android.js.map | 1 …cationChannelGroupManager';\n\nexport default async function deleteNotificationChannelAsync(groupI…
|
| H A D | index.js.map | 1 …ationChannelAsync';\nexport { default as deleteNotificationChannelAsync } from './deleteNotificati…
|
| H A D | NotificationChannelManager.types.js.map | 1 …ChannelInput\n ) => Promise<NotificationChannel | null>;\n deleteNotificationChannelAsync?: (cha…
|
| /expo/packages/expo-notifications/src/ |
| H A D | deleteNotificationChannelAsync.android.ts | 5 export default async function deleteNotificationChannelAsync(channelId: string): Promise<void> { function 6 if (!NotificationChannelManager.deleteNotificationChannelAsync) { 10 return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);
|
| H A D | deleteNotificationChannelAsync.ts | 8 export default async function deleteNotificationChannelAsync(channelId: string): Promise<void> { function
|
| H A D | deleteNotificationChannelGroupAsync.android.ts | 5 export default async function deleteNotificationChannelAsync(groupId: string): Promise<void> { function
|
| H A D | index.ts | 11 export { default as deleteNotificationChannelAsync } from './deleteNotificationChannelAsync';
|
| H A D | NotificationChannelManager.types.ts | 114 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 D | NotificationChannelManagerModule.java | 89 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 D | NotificationChannelManagerModule.java | 89 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 D | NotificationChannelManagerModule.java | 89 public void deleteNotificationChannelAsync(String channelId, Promise promise) { in deleteNotificationChannelAsync() method in NotificationChannelManagerModule
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 364 await Notifications.deleteNotificationChannelAsync(testChannelId); 426 await Notifications.deleteNotificationChannelAsync(testChannelId); 468 await Notifications.deleteNotificationChannelAsync(testChannelId); 474 await Notifications.deleteNotificationChannelAsync(testChannelId, testChannel);
|