Home
last modified time | relevance | path

Searched refs:deleteChannel (Results 1 – 5 of 5) sorted by relevance

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java190 public void deleteChannel(String channelId, final Promise promise) { in deleteChannel() method in NotificationsModule
192 NotificationHelper.deleteChannel( in deleteChannel()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java190 public void deleteChannel(String channelId, final Promise promise) { in deleteChannel() method in NotificationsModule
192 NotificationHelper.deleteChannel( in deleteChannel()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java190 public void deleteChannel(String channelId, final Promise promise) { in deleteChannel() method in NotificationsModule
192 NotificationHelper.deleteChannel( in deleteChannel()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java190 public void deleteChannel(String channelId, final Promise promise) { in deleteChannel() method in NotificationsModule
192 NotificationHelper.deleteChannel( in deleteChannel()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt348 …@JvmStatic fun deleteChannel(context: Context?, experienceKey: ExperienceKey?, channelId: String?)… in deleteChannel() method