Home
last modified time | relevance | path

Searched defs:deleteNotificationChannel (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt134 fun deleteNotificationChannel(experienceKey: ExperienceKey, channelId: String) { in deleteNotificationChannel() method