Home
last modified time | relevance | path

Searched defs:deleteNotificationChannelAsync (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-notifications/src/
H A DdeleteNotificationChannelAsync.android.ts5 export default async function deleteNotificationChannelAsync(channelId: string): Promise<void> { function
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 DNotificationChannelManager.types.ts114 deleteNotificationChannelAsync?: (channelId: string) => Promise<void>; property
/expo/packages/expo-notifications/build/
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 DdeleteNotificationChannelGroupAsync.android.js3 export default async function deleteNotificationChannelAsync(groupId) { function
H A DdeleteNotificationChannelAsync.js8 export default async function deleteNotificationChannelAsync(channelId) { function
H A DdeleteNotificationChannelAsync.android.js3 export default async function deleteNotificationChannelAsync(channelId) { function
H A DNotificationChannelManager.types.d.ts88 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